1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Move INHIBIT_WRAP up with wget.h.

This commit is contained in:
Micah Cowan 2007-10-22 12:44:32 -07:00
parent 94058b72f0
commit ec7940f347
2 changed files with 7 additions and 1 deletions

View 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

View 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"