summaryrefslogtreecommitdiff
path: root/mysqlcppconn
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-07 14:49:09 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-07 14:49:42 +0100
commit0a8b02ad8c7ce930973ba0ddc782bf06f7a1e335 (patch)
treee18db38c32a7a1eac650aaf9926c7f19213ffa3e /mysqlcppconn
parent5c18df9e69004eeea8f54537468f71c1f726efa1 (diff)
trying to make the whole mariadb sundry on windows
Change-Id: I5d775272ba83752fdafe7b7b702a67e8c76e605a
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)