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

src/iodbc/isql.h

index 9309ca6a898b80a66ad61b6279bba5676512dc33..e8c10d0028360f7e941e3038a2651bd19072a698 100644 (file)
 #define EXPORT
 #define CALLBACK
 #define SQL_API                                EXPORT CALLBACK
-
+#ifndef __EMX__
 typedef void *HWND;
 #endif
 #endif
+#endif
 
 typedef void *SQLHWND;