RIP BOOL. Convert BOOL -> bool. I found a few interesting
[tprouty/samba.git] / source3 / libaddns / dns.h
index 40ea4f713d4e944bfa0f6da6a01d3c34206f8717..b901acf4cc047f3ad53609e55a10a423899e0fa3 100644 (file)
@@ -301,12 +301,6 @@ TXT             16 text strings
 
 typedef long HANDLE;
 
-#ifndef _UPPER_BOOL
-typedef int BOOL;
-#define _UPPER_BOOL
-#endif
-
-
 enum dns_ServerType { DNS_SRV_ANY, DNS_SRV_WIN2000, DNS_SRV_WIN2003 };
 
 struct dns_domain_label {