allow customization of individual grid lines appearance (patch 1496015)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,11 +80,18 @@
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#if defined( __WXMOTIF__ ) && defined( __VMS )
|
||||
// solves a type definition mismatch between IODBC and MOTIF on OpenVMS
|
||||
#define BOOL int
|
||||
#endif
|
||||
#include <sql.h>
|
||||
#include <sqlext.h>
|
||||
//#if wxUSE_UNICODE
|
||||
// #include <sqlucode.h>
|
||||
//#endif
|
||||
#if defined( __WXMOTIF__ ) && defined( __VMS )
|
||||
#undef BOOL
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user