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, 5 insertions, 0 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 new file mode 100644 index 0000000..44ebfc0 --- /dev/null +++ b/vendor/windows-sys/src/Windows/Win32/Storage/StructuredStorage/mod.rs @@ -0,0 +1,5 @@ +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; |