From 4472eb6f8e43c9d434a450bf32b20af4af829b89 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 15 Jan 2012 13:23:29 +0100 Subject: [PATCH] Fix compilation for MSVC curlbuild.h comes from the mingw build process, which includes inttypes.h that does not exist for MSVC. Reported by Ensiform. --- i686-w64-mingw32/include/curl/curlbuild.h | 2 +- x86_64-w64-mingw32/include/curl/curlbuild.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i686-w64-mingw32/include/curl/curlbuild.h b/i686-w64-mingw32/include/curl/curlbuild.h index 4d95a4a..92ea1f1 100644 --- a/i686-w64-mingw32/include/curl/curlbuild.h +++ b/i686-w64-mingw32/include/curl/curlbuild.h @@ -140,7 +140,7 @@ /* Configure process defines this to 1 when it finds out that system */ /* header file inttypes.h must be included by the external interface. */ -#define CURL_PULL_INTTYPES_H 1 +//#define CURL_PULL_INTTYPES_H 1 #ifdef CURL_PULL_INTTYPES_H # include #endif diff --git a/x86_64-w64-mingw32/include/curl/curlbuild.h b/x86_64-w64-mingw32/include/curl/curlbuild.h index 4d95a4a..92ea1f1 100644 --- a/x86_64-w64-mingw32/include/curl/curlbuild.h +++ b/x86_64-w64-mingw32/include/curl/curlbuild.h @@ -140,7 +140,7 @@ /* Configure process defines this to 1 when it finds out that system */ /* header file inttypes.h must be included by the external interface. */ -#define CURL_PULL_INTTYPES_H 1 +//#define CURL_PULL_INTTYPES_H 1 #ifdef CURL_PULL_INTTYPES_H # include #endif