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:
Julian Smart
2006-11-03 10:55:20 +00:00
parent 88e183d769
commit fcdc9f6e1f

View File

@@ -77,6 +77,10 @@
#if defined( __WXMOTIF__ ) && defined( __VMS )
// 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>