From 3880dd5161809e294842f44c1259054f62133175 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Fri, 27 Dec 2002 22:07:46 +0000 Subject: [PATCH] Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dosyacc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dosyacc.c b/src/common/dosyacc.c index 9fce511cda..14672306db 100644 --- a/src/common/dosyacc.c +++ b/src/common/dosyacc.c @@ -1,4 +1,4 @@ -#ifdef WIN32 +#if defined(__WIN32__) || defined(__GNUWIN32__) /* all Win32 compilers can handle C++ comments, and C++ comments is the only C++ in setup.h */ #include "wx/setup.h" -- 2.45.2