mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Several fixes for MSVC8.
This commit is contained in:
parent
bcb055884b
commit
1ba17daf39
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user