X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d3cc7856fdb49493d9aeafa911839d9e7fae706..c1fb8167e9d3bb0d62749d58fe6c9a5afc1bd3e3:/src/iodbc/isql.h diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index a1f406626d..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,7 @@ typedef void *HWND; #endif +#endif typedef void *SQLHWND;