X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmswindows.h;h=82ff5e183ed9b1b8e6e279897dbb7e983248ef36;hp=b042189249115b40491a5550f39ad07e59076a75;hb=a50931df8c3fa3f67d9d46214094060d1b3f46c5;hpb=df0f9c0ce7752e848008671228d560a460d55a02 diff --git a/src/mswindows.h b/src/mswindows.h index b0421892..82ff5e18 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -108,10 +108,6 @@ typedef __int64 wgint; #define PATH_SEPARATOR '\\' -/* Win32 doesn't support the MODE argument to mkdir. */ -#include -#define mkdir(a, b) (mkdir) (a) - /* Additional declarations needed for IPv6: */ #ifdef ENABLE_IPV6 const char *inet_ntop (int, const void *, char *, socklen_t);