]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/isql.h
allow passing wx[W]CharBuffer to wx vararg templates
[wxWidgets.git] / include / wx / isql.h
index 8a5cad8f5d6471a60997da468776d69130efea17..3ddfdaf70ab07f0f65fcfe1138c80fe5175a0b3c 100644 (file)
@@ -60,6 +60,8 @@ typedef long int SDWORD;
 typedef short int SWORD;
 typedef unsigned long int UDWORD;
 typedef unsigned short int UWORD;
+typedef long SQLINTEGER;
+typedef UDWORD SQLUINTEGER;
 
 typedef void FAR *PTR;
 typedef void FAR *HENV;
@@ -233,7 +235,7 @@ extern "C"
   RETCODE SQL_API SQLTransact (HENV henv, HDBC hdbc, UWORD fType);
 
 /*
- *  Depreciated ODBC 1.0 function - Use SQLBindParameter
+ *  Deprecated ODBC 1.0 function - Use SQLBindParameter
  */
   RETCODE SQL_API SQLSetParam (HSTMT hstmt, UWORD ipar, SWORD fCType,
       SWORD fSqlType, UDWORD cbColDef, SWORD ibScale, PTR rgbValue,