X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbc3f89a8207a36a0700b0c7a9b95159f5d5a60f..4e75b65f7c801f98fd75e0863d29d59e4b12b6fb:/include/wx/isql.h?ds=sidebyside diff --git a/include/wx/isql.h b/include/wx/isql.h index 9edfae366a..fd2f4c1ad8 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -26,14 +26,7 @@ #ifndef _ISQL_H #define _ISQL_H -#if defined(__WIN16__) - -#define SQL_API EXPORT CALLBACK -#ifndef EXPORT -#define EXPORT _export -#endif - -#elif defined(WIN32) +#if defined(WIN32) #define SQL_API __stdcall #ifndef FAR @@ -55,8 +48,10 @@ #define CALLBACK #define SQL_API EXPORT CALLBACK +#ifndef __EMX__ typedef void *HWND; #endif +#endif typedef void *SQLHWND;