1 个不稳定版本
使用旧Rust 2015
0.1.0 | 2018年4月17日 |
---|
#22 in #would
8KB
158 行
lazy_extern! {
libgroup SHELL_CORE: ShCoreItems;
lib ShCore = "ShCore.dll";
#[lib(ShCore)]
#[feature_test(is_dpi_awareness_available)]
/// Set the Dpi (v1) awareness without a manifest
extern "stdcall" fn SetProcessDpiAwareness(value: u32) -> i32;
}
依赖
~91–425KB