]> sjero.net Git - wget/blobdiff - src/mswindows.c
Move INHIBIT_WRAP up with wget.h.
[wget] / src / mswindows.c
index 2844c025eed7b8340a8eedf24162668e11dc1d2c..a778e1267c8917aaf296a882f61c33e180f4fb6e 100644 (file)
@@ -27,6 +27,8 @@ 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.  */
 
+#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
+
 #include "wget.h"
 
 #include <stdio.h>
@@ -36,7 +38,6 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <math.h>
 
-#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
 
 #include "utils.h"
 #include "url.h"