mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[FASFAT] Enable FAT volume dismount using VPB swapout
This commit is contained in:
parent
c8f2befb5f
commit
bd1e7bf85e
1 changed files with 0 additions and 4 deletions
|
@ -13,11 +13,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USE_ROS_CC_AND_FS
|
#define USE_ROS_CC_AND_FS
|
||||||
#if 0
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
#define ENABLE_SWAPOUT
|
#define ENABLE_SWAPOUT
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ROUND_DOWN(n, align) \
|
#define ROUND_DOWN(n, align) \
|
||||||
(((ULONG)n) & ~((align) - 1l))
|
(((ULONG)n) & ~((align) - 1l))
|
||||||
|
|
Loading…
Reference in a new issue