https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd1e7bf85e01ccaece3c3da4a701f7911f63cd7e

commit bd1e7bf85e01ccaece3c3da4a701f7911f63cd7e
Author: Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Sun Dec 17 23:29:33 2017 +0100

    [FASFAT] Enable FAT volume dismount using VPB swapout
---
 drivers/filesystems/fastfat/vfat.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/filesystems/fastfat/vfat.h 
b/drivers/filesystems/fastfat/vfat.h
index b84b320573..50b83b1afb 100644
--- a/drivers/filesystems/fastfat/vfat.h
+++ b/drivers/filesystems/fastfat/vfat.h
@@ -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))

Reply via email to