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:
Vadim Zeitlin
2006-07-24 23:16:37 +00:00
parent e3877dfc5a
commit 6c1465efb7
4 changed files with 20 additions and 6 deletions

View File

@@ -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