[go: up one dir, main page]

comctl32-sys 0.2.0

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