X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beb59f36c016d27cf8949eb8c0d38fc63ad536a..e82b00a76d14e0c8717cce0ed7523047e6359352:/include/wx/isql.h diff --git a/include/wx/isql.h b/include/wx/isql.h index 8a5cad8f5d..3ddfdaf70a 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -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,