mpr-sys 0.1.1

Contains function definitions for the Windows API library mpr. See winapi for types and constants.
Documentation
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
extern crate build;
fn main() {
    build::link("mpr", true)
}