diff options
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage')
-rw-r--r-- | vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage/mod.rs b/vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage/mod.rs deleted file mode 100644 index 44ebfc0..0000000 --- a/vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -pub type JET_API_PTR = usize; -pub type JET_HANDLE = usize; -pub type JET_INSTANCE = usize; -pub type JET_SESID = usize; -pub type JET_TABLEID = usize; |