]> sjero.net Git - wget/commitdiff
[svn] Declare HAVE_UINTPTR_T under MinGW.
authorhniksic <devnull@localhost>
Thu, 9 Mar 2006 12:13:54 +0000 (04:13 -0800)
committerhniksic <devnull@localhost>
Thu, 9 Mar 2006 12:13:54 +0000 (04:13 -0800)
windows/ChangeLog
windows/config-compiler.h

index 358cd4beba41858af8e1363af740f018ae34fd63..b7bfcd0f43ccd4edd33c11308afb3f3c73ff5700 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW.
+
 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN,
index f0bcccc289d6a1337462576652eb8c45301f3192..25c62ecadf56cb17e68a66783f3e7f88ede1daec 100644 (file)
@@ -87,6 +87,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_UINTPTR_T 1
 
 #define HAVE_STRTOLL 1
 \f