mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[BTRFS]
Fix build CORE-13763 svn path=/trunk/; revision=75787
This commit is contained in:
parent
68a5f90220
commit
7eb6e7c2ac
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue