mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[PSDK] Add missing GPT partition attributes
This commit is contained in:
@@ -306,6 +306,13 @@ typedef struct _PREVENT_MEDIA_REMOVAL {
|
||||
((PartitionType) == PARTITION_XINT13) )
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define GPT_ATTRIBUTE_PLATFORM_REQUIRED 0x0000000000000001
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY 0x1000000000000000
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY 0x2000000000000000
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_HIDDEN 0x4000000000000000
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER 0x8000000000000000
|
||||
#endif
|
||||
|
||||
#define DISK_LOGGING_START 0
|
||||
#define DISK_LOGGING_STOP 1
|
||||
|
||||
Reference in New Issue
Block a user