[svn] Several fixes for MSVC8.

This commit is contained in:
mtortonesi 2006-04-07 03:30:09 -07:00
parent bcb055884b
commit 1ba17daf39
2 changed files with 11 additions and 0 deletions

View 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.

View 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
/* ------------------ */
/* Borland C section. */