mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SDB] Define the layers GetShortPathNameNT4 and GetDiskFreeSpace2GB
This commit is contained in:
@@ -196,6 +196,13 @@
|
||||
<DLLFILE>aclayers.dll</DLLFILE>
|
||||
</SHIM>
|
||||
|
||||
<FLAG NAME="GetShortPathNameNT4">
|
||||
<FLAG_MASK_KERNEL>1</FLAG_MASK_KERNEL>
|
||||
</FLAG>
|
||||
<FLAG NAME="GetDiskFreeSpace2GB">
|
||||
<FLAG_MASK_KERNEL>8</FLAG_MASK_KERNEL>
|
||||
</FLAG>
|
||||
|
||||
</LIBRARY>
|
||||
|
||||
<!-- Backwards compatibility layers, incomplete! -->
|
||||
@@ -306,5 +313,13 @@
|
||||
<SHIM_REF NAME="VMHorizonSetup" />
|
||||
</LAYER>
|
||||
|
||||
<!-- 'Flag' layers -->
|
||||
<LAYER NAME="GetShortPathNameNT4">
|
||||
<FLAG_REF NAME="GetShortPathNameNT4" />
|
||||
</LAYER>
|
||||
<LAYER NAME="GetDiskFreeSpace2GB">
|
||||
<FLAG_REF NAME="GetDiskFreeSpace2GB" />
|
||||
</LAYER>
|
||||
|
||||
</DATABASE>
|
||||
</SDB>
|
||||
Reference in New Issue
Block a user