[BTRFS] Fix MSVC build

CORE-16111
This commit is contained in:
Pierre Schweitzer 2019-06-11 12:43:43 +02:00
parent f381137c89
commit 92543df9e1
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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;