mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
||||
|
||||
#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))
|
||||
|
|
Loading…
Reference in a new issue