summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs b/vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs
deleted file mode 100644
index 52d737396..000000000
--- a/vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-pub type IDDEInitializer = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"Win32_System_WinRT_Shell\"`*"]
-pub type CreateProcessMethod = i32;
-#[doc = "*Required features: `\"Win32_System_WinRT_Shell\"`*"]
-pub const CpCreateProcess: CreateProcessMethod = 0i32;
-#[doc = "*Required features: `\"Win32_System_WinRT_Shell\"`*"]
-pub const CpCreateProcessAsUser: CreateProcessMethod = 1i32;
-#[doc = "*Required features: `\"Win32_System_WinRT_Shell\"`*"]
-pub const CpAicLaunchAdminProcess: CreateProcessMethod = 2i32;