diff options
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/Networking/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Win32/Networking/mod.rs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/Networking/mod.rs b/vendor/windows-sys/src/Windows/Win32/Networking/mod.rs new file mode 100644 index 0000000..156aa44 --- /dev/null +++ b/vendor/windows-sys/src/Windows/Win32/Networking/mod.rs @@ -0,0 +1,27 @@ +#[cfg(feature = "Win32_Networking_ActiveDirectory")] +#[doc = "Required features: `\"Win32_Networking_ActiveDirectory\"`"] +pub mod ActiveDirectory; +#[cfg(feature = "Win32_Networking_Clustering")] +#[doc = "Required features: `\"Win32_Networking_Clustering\"`"] +pub mod Clustering; +#[cfg(feature = "Win32_Networking_HttpServer")] +#[doc = "Required features: `\"Win32_Networking_HttpServer\"`"] +pub mod HttpServer; +#[cfg(feature = "Win32_Networking_Ldap")] +#[doc = "Required features: `\"Win32_Networking_Ldap\"`"] +pub mod Ldap; +#[cfg(feature = "Win32_Networking_WebSocket")] +#[doc = "Required features: `\"Win32_Networking_WebSocket\"`"] +pub mod WebSocket; +#[cfg(feature = "Win32_Networking_WinHttp")] +#[doc = "Required features: `\"Win32_Networking_WinHttp\"`"] +pub mod WinHttp; +#[cfg(feature = "Win32_Networking_WinInet")] +#[doc = "Required features: `\"Win32_Networking_WinInet\"`"] +pub mod WinInet; +#[cfg(feature = "Win32_Networking_WinSock")] +#[doc = "Required features: `\"Win32_Networking_WinSock\"`"] +pub mod WinSock; +#[cfg(feature = "Win32_Networking_WindowsWebServices")] +#[doc = "Required features: `\"Win32_Networking_WindowsWebServices\"`"] +pub mod WindowsWebServices; |