mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[FASFAT] Enable FAT volume dismount using VPB swapout
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user