From: Stefan Neis Date: Sun, 25 Aug 2002 18:25:21 +0000 (+0000) Subject: HWND already typedef'ed when compiling with EMX (OS/2). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64a1d923e6d451e6387fb5ab343bdf8cf366e5b9 HWND already typedef'ed when compiling with EMX (OS/2). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/isql.h b/include/wx/isql.h index 9edfae366a..5d4bb72fe2 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -55,8 +55,10 @@ #define CALLBACK #define SQL_API EXPORT CALLBACK +#ifndef __EMX__ typedef void *HWND; #endif +#endif typedef void *SQLHWND;