mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[SDB] Define the layers GetShortPathNameNT4 and GetDiskFreeSpace2GB
This commit is contained in:
parent
7630bb0e79
commit
f7520da3ce
1 changed files with 15 additions and 0 deletions
|
@ -196,6 +196,13 @@
|
||||||
<DLLFILE>aclayers.dll</DLLFILE>
|
<DLLFILE>aclayers.dll</DLLFILE>
|
||||||
</SHIM>
|
</SHIM>
|
||||||
|
|
||||||
|
<FLAG NAME="GetShortPathNameNT4">
|
||||||
|
<FLAG_MASK_KERNEL>1</FLAG_MASK_KERNEL>
|
||||||
|
</FLAG>
|
||||||
|
<FLAG NAME="GetDiskFreeSpace2GB">
|
||||||
|
<FLAG_MASK_KERNEL>8</FLAG_MASK_KERNEL>
|
||||||
|
</FLAG>
|
||||||
|
|
||||||
</LIBRARY>
|
</LIBRARY>
|
||||||
|
|
||||||
<!-- Backwards compatibility layers, incomplete! -->
|
<!-- Backwards compatibility layers, incomplete! -->
|
||||||
|
@ -306,5 +313,13 @@
|
||||||
<SHIM_REF NAME="VMHorizonSetup" />
|
<SHIM_REF NAME="VMHorizonSetup" />
|
||||||
</LAYER>
|
</LAYER>
|
||||||
|
|
||||||
|
<!-- 'Flag' layers -->
|
||||||
|
<LAYER NAME="GetShortPathNameNT4">
|
||||||
|
<FLAG_REF NAME="GetShortPathNameNT4" />
|
||||||
|
</LAYER>
|
||||||
|
<LAYER NAME="GetDiskFreeSpace2GB">
|
||||||
|
<FLAG_REF NAME="GetDiskFreeSpace2GB" />
|
||||||
|
</LAYER>
|
||||||
|
|
||||||
</DATABASE>
|
</DATABASE>
|
||||||
</SDB>
|
</SDB>
|
Loading…
Add table
Add a link
Reference in a new issue