From 925c2e9d2f32663a6fcec852cc9855fe8406fcdd Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 8 Sep 2017 12:13:10 +0000 Subject: [PATCH] [SHELLBTRFS] Fix MSVC build? CORE-13763 svn path=/trunk/; revision=75795 --- reactos/dll/shellext/shellbtrfs/propsheet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/shellext/shellbtrfs/propsheet.cpp b/reactos/dll/shellext/shellbtrfs/propsheet.cpp index 1f96d92f091..d329e3c02f6 100755 --- a/reactos/dll/shellext/shellbtrfs/propsheet.cpp +++ b/reactos/dll/shellext/shellbtrfs/propsheet.cpp @@ -41,6 +41,7 @@ #define SUBVOL_ROOT_INODE 0x100 +#ifndef __REACTOS__ #ifndef __MINGW32__ // in winternl.h in mingw typedef struct _FILE_ACCESS_INFORMATION { @@ -49,6 +50,7 @@ typedef struct _FILE_ACCESS_INFORMATION { #define FileAccessInformation (FILE_INFORMATION_CLASS)8 +#endif #endif HRESULT __stdcall BtrfsPropSheet::QueryInterface(REFIID riid, void **ppObj) {