X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig-compiler.h;fp=windows%2Fconfig-compiler.h;h=acd752b44090ae61954cbad8820f7dbd5b4f91f7;hp=fbd139bec70ef0540573fca7d997200bde4b26c8;hb=33ea330dbd64493dc161e7411dae3d6b739bb4af;hpb=db4f2e31cadb6e96850cc457bdd2e3a19e39e55b diff --git a/windows/config-compiler.h b/windows/config-compiler.h index fbd139be..acd752b4 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -86,7 +86,7 @@ so, delete this exception statement from your version. */ #define HAVE__BOOL 1 #undef SIZEOF_LONG_LONG /* avoid redefinition warning */ #define SIZEOF_LONG_LONG 8 -#define HAVE_INTPTR_T 1 +#define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_STRTOLL 1 @@ -119,10 +119,16 @@ so, delete this exception statement from your version. */ # define HAVE__STRTOI64 1 #endif +#if _MSC_VER >= 1310 +#define HAVE_INTPTR_T 1 +#define HAVE_UINTPTR_T 1 +#endif + #if _MSC_VER >= 1400 #pragma warning ( disable : 4996 ) #define _CRT_SECURE_NO_DEPRECATE #endif + #undef HAVE_UTIME_H /* no */