summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-01-19 16:31:21 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-01-19 16:31:21 +0100
commit8bffa163f80aedb4e9c01f1652c1e98fa4be68a8 (patch)
tree3a654eb9e366f96de7f87db2448355e841cf2f62 /config.h.cmake
parent6b596534c024b2380e8a20473d4953d348956c37 (diff)
downloadmariadb-git-8bffa163f80aedb4e9c01f1652c1e98fa4be68a8.tar.gz
Fix various compiler/OS compatibility errors
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 4d6b28e2de3..8c0c8ae3094 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -534,7 +534,7 @@
#cmakedefine strtok_r @strtok_r@
#cmakedefine strtoll @strtoll@
#cmakedefine strtoull @strtoull@
-#ifdef _WIN32
+#if (_MSC_VER > 1310)
#define HAVE_SETENV
#define setenv(a,b,c) _putenv_s(a,b)
#endif