summaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-02-26 19:01:28 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-02-26 19:01:28 (GMT)
commitef3faee6f1fd013ae63914140ea7ff59a28199c1 (patch)
tree2585a0e63de09add4d7d9d4515ad676b706b1f87 /addon
parent69fbf29b9b2be1bdf9132adb799f31ab343a642e (diff)
downloadDoxygen-ef3faee6f1fd013ae63914140ea7ff59a28199c1.zip
Doxygen-ef3faee6f1fd013ae63914140ea7ff59a28199c1.tar.gz
Doxygen-ef3faee6f1fd013ae63914140ea7ff59a28199c1.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