From 64a1d923e6d451e6387fb5ab343bdf8cf366e5b9 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 25 Aug 2002 18:25:21 +0000 Subject: [PATCH] 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 --- include/wx/isql.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.47.2