summaryrefslogtreecommitdiffstats
path: root/external/mysqlcppconn/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/mysqlcppconn/config.h')
-rw-r--r--external/mysqlcppconn/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/mysqlcppconn/config.h b/external/mysqlcppconn/config.h
index cad5b6786ed8..eaa929437182 100644
--- a/external/mysqlcppconn/config.h
+++ b/external/mysqlcppconn/config.h
@@ -6,7 +6,7 @@
#define HAVE_FUNCTION_STRTOL 1
#define HAVE_FUNCTION_STRTOULL 1
-#if defined(MACOSX) || defined(__sun) || defined(LINUX) || (defined _MSC_VER && _MSC_VER >= 1600)
+#if defined(MACOSX) || defined(__sun) || defined(LINUX) || defined (_MSC_VER)
#define HAVE_STDINT_H
#ifndef _MSC_VER
#define HAVE_INTTYPES_H