From 9f79892b682c7bb8380d9963a08500b7007a3cc3 Mon Sep 17 00:00:00 2001 From: gladman Date: Thu, 10 Feb 2011 16:20:15 +0000 Subject: [PATCH] Add some new defines for config.h now that VC++ has stdint.h --- build.vc10/cfg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.vc10/cfg.h b/build.vc10/cfg.h index 27c7397a..168060ce 100644 --- a/build.vc10/cfg.h +++ b/build.vc10/cfg.h @@ -349,6 +349,12 @@ MA 02111-1307, USA. */ #define inline __inline #endif +#define HAVE_INTMAX_T 1 +#define HAVE_PTRDIFF_T 1 +#define HAVE_UINT_LEAST32_T 1 +#define NPRINTF_J 1 +#define NPRINTF_T 1 + #ifdef _MSC_VER #define access _access #define strcasecmp _stricmp