From 700b95dd32d7eca66988e8ac591e4baaf31a31d3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 25 Mar 1999 15:27:26 +0000 Subject: [PATCH] HAVE_BOOL fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup/setup.hin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.hin b/setup/setup.hin index ebfb220876..4b23840b6f 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -42,7 +42,7 @@ /* * Supports bool type */ -#define HAVE_BOOL 0 +#undef HAVE_BOOL /* ------------------------------------------------------------------------ */ /* library options */ -- 2.50.0