From: Micah Cowan Date: Mon, 22 Oct 2007 19:44:32 +0000 (-0700) Subject: Move INHIBIT_WRAP up with wget.h. X-Git-Tag: v1.13~490^2~2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=ec7940f347e175b0f5516b414924f46578cc9208 Move INHIBIT_WRAP up with wget.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index ef37729d..5c67953c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-22 Gisle Vanem + + * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h + inclusion. + 2007-10-18 Steven Schweda * sysdep.h: #include as well as , to work diff --git a/src/mswindows.c b/src/mswindows.c index 2844c025..a778e126 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -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 @@ -36,7 +38,6 @@ so, delete this exception statement from your version. */ #include #include -#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */ #include "utils.h" #include "url.h"