summaryrefslogtreecommitdiff
path: root/mysqlcppconn
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlcppconn')
-rw-r--r--mysqlcppconn/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlcppconn/config.h b/mysqlcppconn/config.h
index 7c2d2ebd6c8c..19cf389d20a3 100644
--- a/mysqlcppconn/config.h
+++ b/mysqlcppconn/config.h
@@ -18,7 +18,7 @@
#include <inttypes.h>
#endif
-#if !defined(HAVE_STDINT_H) && !defined(HAVE_INTTYPES_H) && !defined(_MSC_VER)
+#if !defined(HAVE_STDINT_H) && !defined(HAVE_INTTYPES_H)
// if we do not have the standard C99 integer types, then define them based on the respective SAL types
#if !defined(_SYS_TYPES_H)