]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - tools/src/tools/configtool/standalone/wxwin/filename.cpp
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / tools / src / tools / configtool / standalone / wxwin / filename.cpp
index 217e0dbdaa5e6d186d1644b652f3dc6520708a48..296d13c3102ac38ddbdeaf3e0515aa729543793a 100644 (file)
@@ -48,6 +48,7 @@
 #include <shlwapi.h>
 
 #include "wx/msw/winundef.h"
+#ifndef __CYGWIN__
 #ifdef CreateDirectory
 #undef CreateDirectory
 #endif
@@ -63,6 +64,7 @@
 #ifdef GetTempPath
 #undef GetTempPath
 #endif
+#endif
 
 #else