X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bd55cfa2c5c18d4e9241cf90195e30d0be5d905..d45318b8b6857ab6159b37c2f3ddce6a5f68be28:/src/iodbc/isql.h diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index 9309ca6a89..971a0dc037 100644 --- a/src/iodbc/isql.h +++ b/src/iodbc/isql.h @@ -34,10 +34,11 @@ #define EXPORT #define CALLBACK #define SQL_API EXPORT CALLBACK - +#ifndef __EMX__ typedef void *HWND; #endif #endif +#endif typedef void *SQLHWND; @@ -219,7 +220,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,