From: Vadim Zeitlin Date: Thu, 25 Mar 1999 15:27:26 +0000 (+0000) Subject: HAVE_BOOL fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/700b95dd32d7eca66988e8ac591e4baaf31a31d3 HAVE_BOOL fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 */