Fix build

CORE-13763

svn path=/trunk/; revision=75787
This commit is contained in:
Pierre Schweitzer 2017-09-08 08:15:21 +00:00
parent 68a5f90220
commit 7eb6e7c2ac
2 changed files with 4 additions and 0 deletions

View file

@ -67,9 +67,11 @@ typedef struct {
LIST_ENTRY list_entry;
} data_reloc_ref;
#ifndef __REACTOS__
#ifndef _MSC_VER // not in mingw yet
#define DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED 0x80000000
#endif
#endif
#define BALANCE_UNIT 0x100000 // only read 1 MB at a time

View file

@ -566,6 +566,8 @@ typedef struct _DEVICE_TRIM_DESCRIPTOR {
typedef ULONG DEVICE_DATA_MANAGEMENT_SET_ACTION;
#define DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED 0x80000000
typedef struct _DEVICE_DATA_SET_RANGE {
LONGLONG StartingOffset;
ULONGLONG LengthInBytes;