[BTRFS] bool must be 1-sized

CORE-16366
This commit is contained in:
Pierre Schweitzer 2019-09-06 08:56:26 +02:00
parent b45f27cf2e
commit 6e3c0d360b
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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