]> sjero.net Git - wget/commitdiff
[svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
authormtortonesi <devnull@localhost>
Thu, 12 Oct 2006 16:22:03 +0000 (09:22 -0700)
committermtortonesi <devnull@localhost>
Thu, 12 Oct 2006 16:22:03 +0000 (09:22 -0700)
windows/ChangeLog
windows/config-compiler.h

index 2141ede15e8d7247d66fa6e2655ede2e9f14ecd7..e4dc749c644bb6b3b8f4590d4d72404f6b24205b 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-12  Gisle Vanem  <giva@bgnett.no>
+
+       * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
+
 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * Makefile.src: Added spider.c to the list of files to compile and
index bac5fc600e13507c0d60a21f7ec67617465d92a5..a4435ef99075883ae370cf04f363a99c049a2102 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_INTPTR_T 1 
 #define HAVE_UINTPTR_T 1
 
 #define HAVE_STRTOLL 1