From: Mattia Barbon Date: Fri, 27 Dec 2002 22:07:46 +0000 (+0000) Subject: Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3880dd5161809e294842f44c1259054f62133175 Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"