X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig-compiler.h;h=bac5fc600e13507c0d60a21f7ec67617465d92a5;hp=25c62ecadf56cb17e68a66783f3e7f88ede1daec;hb=1ba17daf39f50049172a8b7f5e592a44e58aaad2;hpb=bcb055884bc0d78d8af37fa2823e67f53a7a9018 diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 25c62eca..bac5fc60 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -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 /* ------------------ */ /* Borland C section. */