]> sjero.net Git - wget/blobdiff - src/mswindows.c
Merging to bring en@*.po back in (and removed from .hgignore).
[wget] / src / mswindows.c
index 1bf8df93d31940990c72d586bf2cdf0752a37e57..a778e1267c8917aaf296a882f61c33e180f4fb6e 100644 (file)
@@ -27,7 +27,9 @@ modify this file, you may extend this exception to your version of the
 file, but you are not obligated to do so.  If you do not wish to do
 so, delete this exception statement from your version.  */
 
-#include <config.h>
+#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
+
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -36,9 +38,7 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <math.h>
 
-#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
 
-#include "wget.h"
 #include "utils.h"
 #include "url.h"