mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[BTRFS] Fix MSVC build
CORE-16111
This commit is contained in:
parent
f381137c89
commit
92543df9e1
1 changed files with 0 additions and 2 deletions
|
@ -143,11 +143,9 @@
|
|||
#define FILE_DEVICE_ALLOW_APPCONTAINER_TRAVERSAL 0x00020000
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
typedef struct _FILE_ID_128 {
|
||||
UCHAR Identifier[16];
|
||||
} FILE_ID_128, *PFILE_ID_128;
|
||||
#endif
|
||||
|
||||
typedef struct _DUPLICATE_EXTENTS_DATA {
|
||||
HANDLE FileHandle;
|
||||
|
|
Loading…
Reference in a new issue