summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Preview/mod.rs
blob: af23d11366d21a48fd39469b59208efc6ea6f3e2 (plain)
1
2
3
4
5
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[cfg(feature = "UI_Input_Preview_Injection")]
pub mod Injection;
#[link(name = "windows")]
extern "system" {}