]> git.saurik.com Git - wxWidgets.git/commitdiff
Mac wxODBC fix from Jose' Cruanyes Aguilar
authorJulian Smart <julian@anthemion.co.uk>
Fri, 3 Nov 2006 10:55:20 +0000 (10:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 3 Nov 2006 10:55:20 +0000 (10:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index 41c63267fe7834205982029f7c34c2115f88d0b6..f678c71452da534a9e34fbdd3efc6273f102924e 100644 (file)
        // 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 <sql.h>
         #include <sqlext.h>
         //#if wxUSE_UNICODE