X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beb59f36c016d27cf8949eb8c0d38fc63ad536a..f7040b5fe68379e9bc7824aaffa834ae146c4084:/include/wx/isql.h diff --git a/include/wx/isql.h b/include/wx/isql.h index 8a5cad8f5d..e36c7cf679 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -60,6 +60,7 @@ typedef long int SDWORD; typedef short int SWORD; typedef unsigned long int UDWORD; typedef unsigned short int UWORD; +typedef long SQLINTEGER; typedef void FAR *PTR; typedef void FAR *HENV; @@ -233,7 +234,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,