Author: spitzak Date: 2008-08-11 00:05:36 -0700 (Mon, 11 Aug 2008) New Revision: 6153 Log: Small change that apparently helps it compile in cygwin
Modified: trunk/src/win32/run.cxx Modified: trunk/src/win32/run.cxx =================================================================== --- trunk/src/win32/run.cxx 2008-08-10 14:07:09 UTC (rev 6152) +++ trunk/src/win32/run.cxx 2008-08-11 07:05:36 UTC (rev 6153) @@ -93,7 +93,7 @@ #define USE_IMM 1 #if USE_IMM -# if __MINGW32__ +# if defined(__MINGW32__) || defined(__CYGWIN__) # include <imm.h> # endif #endif _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
