mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 17:45:16 +08:00
[FASFAT] Enable FAT volume dismount using VPB swapout
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
#endif
|
||||
|
||||
#define USE_ROS_CC_AND_FS
|
||||
#if 0
|
||||
#ifndef _MSC_VER
|
||||
#define ENABLE_SWAPOUT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define ROUND_DOWN(n, align) \
|
||||
(((ULONG)n) & ~((align) - 1l))
|
||||
|
||||
Reference in New Issue
Block a user