Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2002-12-27 22:07:46 +00:00
parent 78e376b56f
commit 3880dd5161

View 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"