X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..b838cfc9151aea38402ad2b1ba5d2f97cf94e973:/src/iodbc/isql.h diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index 5774241d4c..9309ca6a89 100644 --- a/src/iodbc/isql.h +++ b/src/iodbc/isql.h @@ -26,6 +26,7 @@ #ifndef _ISQL_H #define _ISQL_H +#ifndef WIN16 #ifdef WIN32 #define SQL_API __stdcall #else @@ -36,6 +37,9 @@ typedef void *HWND; #endif +#endif + +typedef void *SQLHWND; typedef unsigned char UCHAR; typedef long int SDWORD;