mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Apply Christopher Lewis' patch re HAV_INTPTR_T
This commit is contained in:
parent
f08922082f
commit
ae1052a34f
@ -1,3 +1,8 @@
|
||||
2007-09-24 Christopher Lewis <chris@christopherlewis.com>
|
||||
|
||||
* config-compiler.h: Fix compiler warnings related to
|
||||
HAVE_INTPTR_T.
|
||||
|
||||
2007-07-05 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.top.bor, Makefile.doc, Makefile.in, Makefile.src:
|
||||
|
@ -119,10 +119,16 @@ so, delete this exception statement from your version. */
|
||||
# define HAVE__STRTOI64 1
|
||||
#endif
|
||||
|
||||
#if _MSC_VER >= 1310
|
||||
#define HAVE_INTPTR_T 1
|
||||
#define HAVE_UINTPTR_T 1
|
||||
#endif
|
||||
|
||||
#if _MSC_VER >= 1400
|
||||
#pragma warning ( disable : 4996 )
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
#endif
|
||||
|
||||
|
||||
#undef HAVE_UTIME_H /* no <utime.h> */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user