X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmswindows.h;h=9a7a97f064a99890145a05eded2fbe534144132d;hp=52a42e593abd2b5b1ab11b13f5e8eb1a5dcc23ea;hb=f97f3ef416aefe635abedc05cf0ed167634d9af9;hpb=f3b299a731bf7edf0dbe2f2ba107de64ebabb4f7 diff --git a/src/mswindows.h b/src/mswindows.h index 52a42e59..9a7a97f0 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -65,6 +65,10 @@ so, delete this exception statement from your version. */ #endif #endif +/* Use ANSI-style stdargs regardless of whether the compiler bothers + to define __STDC__. (Many don't when extensions are enabled.) */ +#define WGET_USE_STDARG + #define REALCLOSE(x) closesocket (x) /* read & write don't work with sockets on Windows 95. */