summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/System/Implementation
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/System/Implementation')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/System/Implementation/FileExplorer/mod.rs7
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/System/Implementation/mod.rs3
2 files changed, 0 insertions, 10 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/System/Implementation/FileExplorer/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/System/Implementation/FileExplorer/mod.rs
deleted file mode 100644
index e201e13a4..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/System/Implementation/FileExplorer/mod.rs
+++ /dev/null
@@ -1,7 +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 ISysStorageProviderEventSource = *mut ::core::ffi::c_void;
-pub type ISysStorageProviderHandlerFactory = *mut ::core::ffi::c_void;
-pub type ISysStorageProviderHttpRequestProvider = *mut ::core::ffi::c_void;
-pub type SysStorageProviderEventReceivedEventArgs = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/System/Implementation/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/System/Implementation/mod.rs
deleted file mode 100644
index ebe8aa66a..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/System/Implementation/mod.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "System_Implementation_FileExplorer")]
-pub mod FileExplorer;