r18169: Remove accidentally committed bits
authorJelmer Vernooij <jelmer@samba.org>
Wed, 6 Sep 2006 12:29:05 +0000 (12:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:45 +0000 (14:17 -0500)
(This used to be commit 51faeff2fa8050190ce0c3608f7936414fe2ea15)

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;