X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FChangeLog;h=659a2075b985943fef4dd99dfe8b9dc70c27197f;hp=e4dc749c644bb6b3b8f4590d4d72404f6b24205b;hb=336c0de30166c540bd744c6faacf10a3c5373cfb;hpb=14ee3a6c03250b73bf3a0690aa4788edc9cedbd8 diff --git a/windows/ChangeLog b/windows/ChangeLog index e4dc749c..659a2075 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,15 @@ +2006-12-29 Gisle Vanem + + * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed + in config-compiler.h. + + * config-compiler.h: Added '_WIN32_WINNT=0x0501' as needed to pull in + the prototype of getaddrinfo() and other library functions. Defined + HAVE_UINTPTR_T and HAVE_INTPTR_T for Digital Mars, which supports + 'uintptr_t' and 'intptr_t'. Undefined HAVE_STDBOOL_H for Watcom, which + has but the file cannot be used since the '_Bool' builtin + is missing in the compiler! + 2006-10-12 Gisle Vanem * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.