summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/include/core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/include/core.h b/source4/include/core.h
index f99e34948b..f334c3df42 100644
--- a/source4/include/core.h
+++ b/source4/include/core.h
@@ -26,6 +26,11 @@
#include "libcli/util/nt_status.h"
+typedef bool BOOL;
+
+#define False false
+#define True true
+
/* used to hold an arbitrary blob of data */
typedef struct datablob {
uint8_t *data;