From c76dd5a121b78f622f5a553d2e4a51e19f3b6780 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 29 Dec 1999 11:46:45 +0000 Subject: [PATCH] define __GNUWIN32_OLD__ for cygwin32 too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 85348dd143..31e62731b4 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -143,7 +143,7 @@ // "old" GNUWIN32 is the one without Norlander's headers: it lacks the standard // Win32 headers and we define the used stuff ourselves for it in // wx/msw/gnuwin32/extra.h -#if defined(__MINGW32__) && !wxUSE_NORLANDER_HEADERS +#if defined(__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS #define __GNUWIN32_OLD__ #endif -- 2.45.2