]> sjero.net Git - wget/commitdiff
[svn] Several fixes for MSVC8.
authormtortonesi <devnull@localhost>
Fri, 7 Apr 2006 10:30:09 +0000 (03:30 -0700)
committermtortonesi <devnull@localhost>
Fri, 7 Apr 2006 10:30:09 +0000 (03:30 -0700)
windows/ChangeLog
windows/config-compiler.h

index b7bfcd0f43ccd4edd33c11308afb3f3c73ff5700..ebaf135c9c207e6dc0c30835500d47906b0fa7b2 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * config-compiler.h: Several fixes for MSVC 8 (Visual C 2005).
+
 2006-03-09  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW.
index 25c62ecadf56cb17e68a66783f3e7f88ede1daec..bac5fc600e13507c0d60a21f7ec67617465d92a5 100644 (file)
@@ -110,6 +110,13 @@ so, delete this exception statement from your version.  */
 #if _MSC_VER >= 1300
 # define HAVE__STRTOI64 1
 #endif
+
+#if _MSC_VER >= 1400
+#pragma warning ( disable : 4996 )
+#define _CRT_SECURE_NO_DEPRECATE
+#define HAVE_SYS_UTIME_H 1
+#undef HAVE_UTIME_H
+#endif
 \f
 /* ------------------ */
 /* Borland C section. */