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
|
||||
#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
|
||||
|
Reference in New Issue
Block a user