diff options
Diffstat (limited to 'vendor/windows-sys/src/Windows/Security/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Security/mod.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/windows-sys/src/Windows/Security/mod.rs b/vendor/windows-sys/src/Windows/Security/mod.rs deleted file mode 100644 index cabf65301..000000000 --- a/vendor/windows-sys/src/Windows/Security/mod.rs +++ /dev/null @@ -1,16 +0,0 @@ -#[cfg(feature = "Security_Authentication")] -pub mod Authentication; -#[cfg(feature = "Security_Authorization")] -pub mod Authorization; -#[cfg(feature = "Security_Credentials")] -pub mod Credentials; -#[cfg(feature = "Security_Cryptography")] -pub mod Cryptography; -#[cfg(feature = "Security_DataProtection")] -pub mod DataProtection; -#[cfg(feature = "Security_EnterpriseData")] -pub mod EnterpriseData; -#[cfg(feature = "Security_ExchangeActiveSyncProvisioning")] -pub mod ExchangeActiveSyncProvisioning; -#[cfg(feature = "Security_Isolation")] -pub mod Isolation; |