summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/System/SetupAndMigration/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/SetupAndMigration/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/System/SetupAndMigration/mod.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/SetupAndMigration/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/SetupAndMigration/mod.rs
deleted file mode 100644
index 9d6da148b..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/SetupAndMigration/mod.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {
- #[cfg(feature = "Win32_Foundation")]
- pub fn OOBEComplete(isoobecomplete: *mut super::super::Foundation::BOOL) -> super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn RegisterWaitUntilOOBECompleted(oobecompletedcallback: ::core::option::Option<OOBE_COMPLETED_CALLBACK>, callbackcontext: *const ::core::ffi::c_void, waithandle: *mut *mut ::core::ffi::c_void) -> super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn UnregisterWaitUntilOOBECompleted(waithandle: *const ::core::ffi::c_void) -> super::super::Foundation::BOOL;
-}
-pub type OOBE_COMPLETED_CALLBACK = unsafe extern "system" fn(callbackcontext: *const ::core::ffi::c_void);