[BTRFS] Fix create.c build

This commit is contained in:
Pierre Schweitzer 2019-09-02 22:02:45 +02:00
parent fe0a6c9be4
commit 021e25f249
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -144,11 +144,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;
@ -1820,6 +1818,7 @@ typedef struct _PEB {
PVOID Reserved7[1];
ULONG SessionId;
} PEB,*PPEB;
#endif
#ifdef _MSC_VER
__kernel_entry
@ -1831,4 +1830,3 @@ NTSTATUS NTAPI ZwQueryInformationProcess(
OUT PULONG ReturnLength OPTIONAL
);
#endif
#endif