mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
2cdd5eca7b
- Synchronize PARTITION_*** definitions between ntdddisk.h and winioctl.h - Make IsFTPartition() macro definition more accurate with Win2003/Vista+ WDK definition. In particular, partition types that would conflict with 3rd-party ones are not present in this macro. (See comment in header for more details.) Simplify also its definition by factoring the common ((PartitionType) & PARTITION_NTFT) piece. - It can be recognized, in all DDK/WDK versions, that the first part of the IsRecognizedPartition() macro definition is basically the definition of IsFTPartition(). So, take this opportunity to simplify the definition of IsRecognizedPartition() accordingly without losing any functionality. |
||
---|---|---|
.. | ||
asm | ||
c++ | ||
crt | ||
ddk | ||
dxsdk | ||
GL | ||
host | ||
ndk | ||
psdk | ||
reactos | ||
wdf/kmdf/1.17 | ||
xdk |