mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[BTRFS] bool must be 1-sized
CORE-16366
This commit is contained in:
parent
b45f27cf2e
commit
6e3c0d360b
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@
|
|||
#include "btrfs.h"
|
||||
#include "btrfsioctl.h"
|
||||
|
||||
#ifdef __REACTOS__
|
||||
C_ASSERT(sizeof(bool) == 1);
|
||||
#endif
|
||||
|
||||
#ifdef _DEBUG
|
||||
// #define DEBUG_FCB_REFCOUNTS
|
||||
// #define DEBUG_LONG_MESSAGES
|
||||
|
|
Loading…
Reference in a new issue