mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
[BTRFS] bool must be 1-sized
CORE-16366
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user