$OpenBSD: patch-types_hh,v 1.3 2010/05/28 09:18:31 espie Exp $
--- types.hh.orig	Fri Apr  4 20:29:43 2003
+++ types.hh	Fri May 28 11:17:02 2010
@@ -2,10 +2,10 @@
 #define TYPES_HH
 
 #ifdef VISUAL_CPP
-#include <assert.h>
 #pragma warning( disable : 4786)
 #endif
 
+#include <cassert>
 #include <string>
 #include <vector>
 #include <stddef.h>
@@ -30,10 +30,6 @@ typedef unsigned long nat8;
 #endif
 #endif
 #endif
-
-#define bool  int
-#define true  1
-#define false 0
 
 #define nobreak 
 
