]> sjero.net Git - wget/commitdiff
Move INHIBIT_WRAP up with wget.h.
authorMicah Cowan <micah@cowan.name>
Mon, 22 Oct 2007 19:44:32 +0000 (12:44 -0700)
committerMicah Cowan <micah@cowan.name>
Mon, 22 Oct 2007 19:44:32 +0000 (12:44 -0700)
src/ChangeLog
src/mswindows.c

index ef37729dbac9a1666f77aae2ceef5913580b4d17..5c67953c2baca17522708bb32e62648f1314471d 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
+
+       * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
+       inclusion.
+
 2007-10-18  Steven Schweda  <sms@antinode.org>
 
        * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
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"