From 61ffa08f4c95e29d301de9fbabd6e71c2dbc1056 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 18:10:19 +0000 Subject: r24712: No longer expose the 'BOOL' data type in any interfaces. (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) --- source4/include/core.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/include/core.h') diff --git a/source4/include/core.h b/source4/include/core.h index 20bf7c3def..a31b4c59c7 100644 --- a/source4/include/core.h +++ b/source4/include/core.h @@ -25,12 +25,7 @@ #include "libcli/util/nt_status.h" -#include #include -typedef bool BOOL; - -#define False false -#define True true /* used to hold an arbitrary blob of data */ typedef struct datablob { -- cgit