summaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-02-26 19:01:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-02-26 19:01:28 (GMT)
commit8fd138270b7f599ee8e67894c2f1c6026c1ceb3d (patch)
tree2585a0e63de09add4d7d9d4515ad676b706b1f87 /addon
parentba755dd4450d68ee0d47f6d465927b63e6dc3093 (diff)
downloadDoxygen-8fd138270b7f599ee8e67894c2f1c6026c1ceb3d.zip
Doxygen-8fd138270b7f599ee8e67894c2f1c6026c1ceb3d.tar.gz
Doxygen-8fd138270b7f599ee8e67894c2f1c6026c1ceb3d.tar.bz2
Release-1.2.5-20010226
Diffstat (limited to 'addon')
-rw-r--r--addon/configgen/config_templ.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/configgen/config_templ.l b/addon/configgen/config_templ.l
index 6b6b248..c4310f3 100644
--- a/addon/configgen/config_templ.l
+++ b/addon/configgen/config_templ.l
@@ -976,7 +976,7 @@ void checkConfig()
}
#undef PUTENV
-#if defined(_WIN32)
+#if defined(_WIN32) && !defined(__GNUC__)
#define PUTENV _putenv
#else
#define PUTENV putenv