X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbc3f89a8207a36a0700b0c7a9b95159f5d5a60f..961dd75341aaa5083098fefd5c1074d8308b5732:/include/wx/isql.h 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;