diff host/tools/configtool/standalone/wxwin/appsettings.cpp @ 846:8bf039d894d8

* standalone/wxwin/appsettings.cpp, standalone/wxwin/makefile.gnu, standalone/wxwin/configtooldoc.cpp, standalone/wxwin/ecpch.h, standalone/wxwin/filename.cpp, standalone/wxwin/configtool.rc: Allow configtool to build against wxWindows 2.4.0 using Cygwin GCC.
author jld
date Wed, 19 Mar 2003 17:39:03 +0000
parents 706b0bdaf01c
children e890ffec4503
line wrap: on
line diff
--- a/host/tools/configtool/standalone/wxwin/appsettings.cpp
+++ b/host/tools/configtool/standalone/wxwin/appsettings.cpp
@@ -75,7 +75,7 @@
 #ifdef __WXMSW__
 #include <windows.h>
 #include "wx/msw/winundef.h"
-#if defined(GetTempPath) && !defined(__CYGWIN__)
+#ifdef GetTempPath
 #undef GetTempPath
 #endif
 #endif