Added SQLTCHAR for non-Windows platforms, and added missing
wxFputs to wxchar.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,6 +99,11 @@ typedef double SDOUBLE;
|
||||
typedef unsigned int UINT;
|
||||
#define ULONG UDWORD
|
||||
|
||||
// Not available in iODBC
|
||||
#ifndef __WXMSW__
|
||||
typedef UCHAR SQLTCHAR;
|
||||
#endif
|
||||
|
||||
#ifndef wxODBC_FWD_ONLY_CURSORS
|
||||
#define wxODBC_FWD_ONLY_CURSORS 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user