From: Julian Smart Date: Fri, 3 Nov 2006 10:55:20 +0000 (+0000) Subject: Mac wxODBC fix from Jose' Cruanyes Aguilar X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fcdc9f6e1f44c52327911c19612cd4c13c753a03 Mac wxODBC fix from Jose' Cruanyes Aguilar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/db.h b/include/wx/db.h index 41c63267fe..f678c71452 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -78,6 +78,10 @@ // solves a type definition mismatch between IODBC and MOTIF on OpenVMS #define BOOL int #endif + #if defined( __DARWIN__ ) + // solves a type definition mismatch between IODBC and Cocoa + #define BOOL signed char + #endif #include #include //#if wxUSE_UNICODE