X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bd55cfa2c5c18d4e9241cf90195e30d0be5d905..4f6eaf5ee2335e43d6f03c99b0b3cfd53c9b6edb:/src/iodbc/isql.h diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index 9309ca6a89..87b599b477 100644 --- a/src/iodbc/isql.h +++ b/src/iodbc/isql.h @@ -6,8 +6,8 @@ * iODBC defines * * The iODBC driver manager. - * - * Copyright (C) 1995 by Ke Jin + * + * Copyright (C) 1995 by Ke Jin * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -34,10 +34,11 @@ #define EXPORT #define CALLBACK #define SQL_API EXPORT CALLBACK - +#ifndef __EMX__ typedef void *HWND; #endif #endif +#endif typedef void *SQLHWND; @@ -46,6 +47,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; @@ -219,7 +222,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,