]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Win32/Networking/mod.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Win32 / Networking / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[cfg(feature = "Win32_Networking_ActiveDirectory")]
3 pub mod ActiveDirectory;
4 #[cfg(feature = "Win32_Networking_BackgroundIntelligentTransferService")]
5 pub mod BackgroundIntelligentTransferService;
6 #[cfg(feature = "Win32_Networking_Clustering")]
7 pub mod Clustering;
8 #[cfg(feature = "Win32_Networking_HttpServer")]
9 pub mod HttpServer;
10 #[cfg(feature = "Win32_Networking_Ldap")]
11 pub mod Ldap;
12 #[cfg(feature = "Win32_Networking_NetworkListManager")]
13 pub mod NetworkListManager;
14 #[cfg(feature = "Win32_Networking_RemoteDifferentialCompression")]
15 pub mod RemoteDifferentialCompression;
16 #[cfg(feature = "Win32_Networking_WebSocket")]
17 pub mod WebSocket;
18 #[cfg(feature = "Win32_Networking_WinHttp")]
19 pub mod WinHttp;
20 #[cfg(feature = "Win32_Networking_WinInet")]
21 pub mod WinInet;
22 #[cfg(feature = "Win32_Networking_WinSock")]
23 pub mod WinSock;
24 #[cfg(feature = "Win32_Networking_WindowsWebServices")]
25 pub mod WindowsWebServices;