Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0. (backport)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-01-23 20:51:23 +00:00
parent f6b4e6c9a7
commit 18f5df1f04

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"