From 0a8b02ad8c7ce930973ba0ddc782bf06f7a1e335 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Thu, 7 Mar 2013 14:49:09 +0100 Subject: trying to make the whole mariadb sundry on windows Change-Id: I5d775272ba83752fdafe7b7b702a67e8c76e605a --- mysqlcppconn/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysqlcppconn') 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 #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) -- cgit