mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Don't define snprintf and vsnprintf twice.
This commit is contained in:
parent
375d9ee3f7
commit
24a76e1a8f
@ -1,3 +1,8 @@
|
|||||||
|
2011-08-13 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* mswindows.h (snprintf): Remove definition.
|
||||||
|
(vsnprintf): Likewise.
|
||||||
|
|
||||||
2011-08-12 Giuseppe Scrivano <gscrivano@gnu.org>
|
2011-08-12 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* css.l: Remove include "wget.h".
|
* css.l: Remove include "wget.h".
|
||||||
|
@ -74,10 +74,6 @@ as that of the covered work. */
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
/* The same for snprintf() and vsnprintf(). */
|
|
||||||
#define snprintf _snprintf
|
|
||||||
#define vsnprintf _vsnprintf
|
|
||||||
|
|
||||||
/* Define a wgint type under Windows. */
|
/* Define a wgint type under Windows. */
|
||||||
typedef __int64 wgint;
|
typedef __int64 wgint;
|
||||||
#define SIZEOF_WGINT 8
|
#define SIZEOF_WGINT 8
|
||||||
|
Loading…
Reference in New Issue
Block a user