1
0
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:
Giuseppe Scrivano 2011-08-13 10:43:43 +02:00
parent 375d9ee3f7
commit 24a76e1a8f
2 changed files with 5 additions and 4 deletions

View File

@ -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>
* css.l: Remove include "wget.h".

View File

@ -74,10 +74,6 @@ as that of the covered work. */
#include <stdio.h>
/* The same for snprintf() and vsnprintf(). */
#define snprintf _snprintf
#define vsnprintf _vsnprintf
/* Define a wgint type under Windows. */
typedef __int64 wgint;
#define SIZEOF_WGINT 8