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

commit 95848cb53831e46b79c4f543477d36388c3e7644
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Tue Jun 11 12:50:49 2019 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Tue Jun 11 12:50:49 2019 +0200

    [BTRFS] Fix MSVC build
    
    CORE-16111
---
 drivers/filesystems/btrfs/dirctrl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/filesystems/btrfs/dirctrl.c 
b/drivers/filesystems/btrfs/dirctrl.c
index 48e7fc2aca6..d088de35f72 100644
--- a/drivers/filesystems/btrfs/dirctrl.c
+++ b/drivers/filesystems/btrfs/dirctrl.c
@@ -18,7 +18,7 @@
 #include "btrfs_drv.h"
 
 // not currently in mingw
-#ifndef _MSC_VER
+//#ifndef _MSC_VER
 #define FileIdExtdDirectoryInformation (enum _FILE_INFORMATION_CLASS)60
 #define FileIdExtdBothDirectoryInformation (enum _FILE_INFORMATION_CLASS)63
 
@@ -58,7 +58,7 @@ typedef struct _FILE_ID_EXTD_BOTH_DIR_INFORMATION {
     WCHAR FileName[1];
 } FILE_ID_EXTD_BOTH_DIR_INFORMATION, *PFILE_ID_EXTD_BOTH_DIR_INFORMATION;
 
-#endif
+//#endif
 
 enum DirEntryType {
     DirEntryType_File,

Reply via email to