X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwget.h;fp=src%2Fwget.h;h=6e42277b0cf9671d59bfcfe3541542a1c49ec06f;hb=663b1b33679640e7bce44a4a13b2061296fc5e29;hp=bc868ff47a8ac140f637c2b53213aa4679803b87;hpb=a40256c1a9aacc1613461533936bc166abe15b67;p=wget diff --git a/src/wget.h b/src/wget.h index bc868ff4..6e42277b 100644 --- a/src/wget.h +++ b/src/wget.h @@ -38,6 +38,10 @@ as that of the covered work. */ #include "config.h" +#if ((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) +# define WINDOWS +#endif + /* Include these, so random files need not include them. */ #include "sysdep.h"