r18169: Remove accidentally committed bits
[gd/samba/.git] / source4 / include / core.h
index f99e34948b8141021a3d94b5603248556cae05c7..f334c3df42f39090707e220944dbae699db95076 100644 (file)
 
 #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;