From 4e8199b572f2035b7749cba276ece3a26630d23e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:21 +0200 Subject: Adding upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell') 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 index 735476d47..52d737396 100644 --- a/vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs +++ b/vendor/windows-sys/src/Windows/Win32/System/WinRT/Shell/mod.rs @@ -1,3 +1,4 @@ +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\"`*"] @@ -6,4 +7,3 @@ pub const CpCreateProcess: CreateProcessMethod = 0i32; pub const CpCreateProcessAsUser: CreateProcessMethod = 1i32; #[doc = "*Required features: `\"Win32_System_WinRT_Shell\"`*"] pub const CpAicLaunchAdminProcess: CreateProcessMethod = 2i32; -pub type IDDEInitializer = *mut ::core::ffi::c_void; -- cgit v1.2.3