]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Don't #define __STDC__ against the compiler's will.
[wget] / src / mswindows.h
index 52a42e593abd2b5b1ab11b13f5e8eb1a5dcc23ea..9a7a97f064a99890145a05eded2fbe534144132d 100644 (file)
@@ -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.  */