Sign in
android
/
toolchain
/
cargo-vet
/
HEAD
/
.
/
android
/
vendor
/
windows-sys-0.48.0
/
src
/
Windows
/
mod.rs
blob: 185716bcccaa0e5e09156e75337f0e52e3586c79 [
file
] [
log
] [
blame
]
#![
allow
(
non_snake_case
,
non_upper_case_globals
,
non_camel_case_types
,
dead_code
,
clippy
::
all
)]
#[
cfg
(
feature
=
"Wdk"
)]
pub
mod
Wdk
;
#[
cfg
(
feature
=
"Win32"
)]
pub
mod
Win32
;