]> git.saurik.com Git - wxWidgets.git/commitdiff
HWND already typedef'ed when compiling with EMX (OS/2).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:25:21 +0000 (18:25 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:25:21 +0000 (18:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/isql.h

index 9edfae366ad3ab377b3a542a3115827524a31c63..5d4bb72fe2b1fc345cafa009e8028943a581a268 100644 (file)
 #define CALLBACK
 #define SQL_API                                EXPORT CALLBACK
 
+#ifndef __EMX__
 typedef void *HWND;
 #endif
+#endif
 
 typedef void *SQLHWND;