mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[SHELLBTRFS]
Fix MSVC build? CORE-13763 svn path=/trunk/; revision=75795
This commit is contained in:
parent
05354b6107
commit
925c2e9d2f
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue