diff options
author | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
commit | a990de90fe41456a23e58bd087d2f107d321f3a1 (patch) | |
tree | 15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs | |
parent | 3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff) | |
download | fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip |
Deleted vendor folder
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs')
-rw-r--r-- | vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs deleted file mode 100644 index ba988b0..0000000 --- a/vendor/windows-sys-0.45.0/src/Windows/Win32/Storage/mod.rs +++ /dev/null @@ -1,46 +0,0 @@ -#[cfg(feature = "Win32_Storage_Cabinets")] -pub mod Cabinets; -#[cfg(feature = "Win32_Storage_CloudFilters")] -pub mod CloudFilters; -#[cfg(feature = "Win32_Storage_Compression")] -pub mod Compression; -#[cfg(feature = "Win32_Storage_DataDeduplication")] -pub mod DataDeduplication; -#[cfg(feature = "Win32_Storage_DistributedFileSystem")] -pub mod DistributedFileSystem; -#[cfg(feature = "Win32_Storage_EnhancedStorage")] -pub mod EnhancedStorage; -#[cfg(feature = "Win32_Storage_FileHistory")] -pub mod FileHistory; -#[cfg(feature = "Win32_Storage_FileServerResourceManager")] -pub mod FileServerResourceManager; -#[cfg(feature = "Win32_Storage_FileSystem")] -pub mod FileSystem; -#[cfg(feature = "Win32_Storage_Imapi")] -pub mod Imapi; -#[cfg(feature = "Win32_Storage_IndexServer")] -pub mod IndexServer; -#[cfg(feature = "Win32_Storage_InstallableFileSystems")] -pub mod InstallableFileSystems; -#[cfg(feature = "Win32_Storage_IscsiDisc")] -pub mod IscsiDisc; -#[cfg(feature = "Win32_Storage_Jet")] -pub mod Jet; -#[cfg(feature = "Win32_Storage_OfflineFiles")] -pub mod OfflineFiles; -#[cfg(feature = "Win32_Storage_OperationRecorder")] -pub mod OperationRecorder; -#[cfg(feature = "Win32_Storage_Packaging")] -pub mod Packaging; -#[cfg(feature = "Win32_Storage_ProjectedFileSystem")] -pub mod ProjectedFileSystem; -#[cfg(feature = "Win32_Storage_StructuredStorage")] -pub mod StructuredStorage; -#[cfg(feature = "Win32_Storage_Vhd")] -pub mod Vhd; -#[cfg(feature = "Win32_Storage_VirtualDiskService")] -pub mod VirtualDiskService; -#[cfg(feature = "Win32_Storage_Vss")] -pub mod Vss; -#[cfg(feature = "Win32_Storage_Xps")] -pub mod Xps; |