]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/isql.h
fixed bug/assert failure when refreshing items in non report mode
[wxWidgets.git] / src / iodbc / isql.h
index a1f406626dc0b7550911455df57909cac85b7c6c..9309ca6a898b80a66ad61b6279bba5676512dc33 100644 (file)
@@ -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;