Mac wxODBC fix from Jose' Cruanyes Aguilar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -78,6 +78,10 @@
|
|||||||
// solves a type definition mismatch between IODBC and MOTIF on OpenVMS
|
// solves a type definition mismatch between IODBC and MOTIF on OpenVMS
|
||||||
#define BOOL int
|
#define BOOL int
|
||||||
#endif
|
#endif
|
||||||
|
#if defined( __DARWIN__ )
|
||||||
|
// solves a type definition mismatch between IODBC and Cocoa
|
||||||
|
#define BOOL signed char
|
||||||
|
#endif
|
||||||
#include <sql.h>
|
#include <sql.h>
|
||||||
#include <sqlext.h>
|
#include <sqlext.h>
|
||||||
//#if wxUSE_UNICODE
|
//#if wxUSE_UNICODE
|
||||||
|
Reference in New Issue
Block a user