Author: pschweitzer
Date: Fri Sep 8 12:13:10 2017
New Revision: 75795
URL:
http://svn.reactos.org/svn/reactos?rev=75795&view=rev
Log:
[SHELLBTRFS]
Fix MSVC build?
CORE-13763
Modified:
trunk/reactos/dll/shellext/shellbtrfs/propsheet.cpp
Modified: trunk/reactos/dll/shellext/shellbtrfs/propsheet.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/shellbtrfs/pr…
==============================================================================
--- trunk/reactos/dll/shellext/shellbtrfs/propsheet.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/shellbtrfs/propsheet.cpp [iso-8859-1] Fri Sep 8 12:13:10
2017
@@ -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 @@
#define FileAccessInformation (FILE_INFORMATION_CLASS)8
+#endif
#endif
HRESULT __stdcall BtrfsPropSheet::QueryInterface(REFIID riid, void **ppObj) {