summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs
deleted file mode 100644
index ed9eaba79..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/WebApp/mod.rs
+++ /dev/null
@@ -1,12 +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 IWebApplicationActivation = *mut ::core::ffi::c_void;
-pub type IWebApplicationAuthoringMode = *mut ::core::ffi::c_void;
-pub type IWebApplicationHost = *mut ::core::ffi::c_void;
-pub type IWebApplicationNavigationEvents = *mut ::core::ffi::c_void;
-pub type IWebApplicationScriptEvents = *mut ::core::ffi::c_void;
-pub type IWebApplicationUIEvents = *mut ::core::ffi::c_void;
-pub type IWebApplicationUpdateEvents = *mut ::core::ffi::c_void;
-pub type RegisterAuthoringClientFunctionType = unsafe extern "system" fn(authoringmodeobject: IWebApplicationAuthoringMode, host: IWebApplicationHost) -> ::windows_sys::core::HRESULT;
-pub type UnregisterAuthoringClientFunctionType = unsafe extern "system" fn(host: IWebApplicationHost) -> ::windows_sys::core::HRESULT;