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