reactos/sdk
Hermès Bélusca-Maïto 6aed3b5117
[PSDK] ntdddisk.h: Add missing global parentheses around IsFTPartition() definition
CORE-16499

Addendum to commit 0a0e6a9f0 that introduced the problem.

Thanks to Hervé Poussineau for having caught it.

Fixes logic errors, and resulting compilation warnings/errors with GCC
in situations like the following one:
```c
if ((PartitionInfo.PartitionStyle == PARTITION_STYLE_MBR) &&
    IsFTPartition(PartitionInfo.Mbr.PartitionType))
{ ... }
```
error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
 if ((PartitionInfo.PartitionStyle == PARTITION_STYLE_MBR) &&
cc1: all warnings being treated as errors
2024-06-17 17:18:18 +02:00
..
cmake [CMAKE][REACTOS] Introduce a utf16le_convert() cmake helper (#6904) 2024-06-10 21:23:12 +02:00
include [PSDK] ntdddisk.h: Add missing global parentheses around IsFTPartition() definition 2024-06-17 17:18:18 +02:00
lib [KERNEL32_VISTA][SDK] Move SRW definitions to NDK (#6806) 2024-06-11 22:03:57 +02:00
tools [SPEC2DEF] Implement support for import symbol aliases 2024-05-22 17:55:38 +02:00