]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 27 Dec 2002 22:07:46 +0000 (22:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 27 Dec 2002 22:07:46 +0000 (22:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dosyacc.c

index 9fce511cdab9d08040eb0237080490c2fdfe85b9..14672306db05b05c047f24023b31379a147a8d68 100644 (file)
@@ -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"