From: hniksic Date: Mon, 13 Oct 2003 14:02:32 +0000 (-0700) Subject: [svn] MSVC doesn't have u_int32_t. X-Git-Tag: v1.13~1574 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0344e61d04de00999d41d3bd709c8a2220876250 [svn] MSVC doesn't have u_int32_t. --- diff --git a/windows/config.h.ms b/windows/config.h.ms index c3a3ca8b..a3b10d81 100644 --- a/windows/config.h.ms +++ b/windows/config.h.ms @@ -203,6 +203,6 @@ #define HAVE_INT32_T 1 /* Define if you have u_int32_t. */ -#define HAVE_U_INT32_T 1 +#undef HAVE_U_INT32_T #endif /* CONFIG_H */