X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d3cc7856fdb49493d9aeafa911839d9e7fae706..e3f9e20cb15c62bd347a8e52d2d36529adbdb3d6:/src/iodbc/isql.h?ds=sidebyside diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index a1f406626d..e8c10d0028 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 @@ -33,9 +34,11 @@ #define EXPORT #define CALLBACK #define SQL_API EXPORT CALLBACK - +#ifndef __EMX__ typedef void *HWND; #endif +#endif +#endif typedef void *SQLHWND;