summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Devices/Perception/Provider/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Devices/Perception/Provider/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Devices/Perception/Provider/mod.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Devices/Perception/Provider/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Devices/Perception/Provider/mod.rs
deleted file mode 100644
index fefd7448e..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Devices/Perception/Provider/mod.rs
+++ /dev/null
@@ -1,15 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type IPerceptionFrameProvider = *mut ::core::ffi::c_void;
-pub type IPerceptionFrameProviderManager = *mut ::core::ffi::c_void;
-pub type PerceptionControlGroup = *mut ::core::ffi::c_void;
-pub type PerceptionCorrelation = *mut ::core::ffi::c_void;
-pub type PerceptionCorrelationGroup = *mut ::core::ffi::c_void;
-pub type PerceptionFaceAuthenticationGroup = *mut ::core::ffi::c_void;
-pub type PerceptionFrame = *mut ::core::ffi::c_void;
-pub type PerceptionFrameProviderInfo = *mut ::core::ffi::c_void;
-pub type PerceptionPropertyChangeRequest = *mut ::core::ffi::c_void;
-pub type PerceptionStartFaceAuthenticationHandler = *mut ::core::ffi::c_void;
-pub type PerceptionStopFaceAuthenticationHandler = *mut ::core::ffi::c_void;
-pub type PerceptionVideoFrameAllocator = *mut ::core::ffi::c_void;