X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2Fconfig-compiler.h;h=a71fb42996bf6571d724c8d37fc6a1ece207753a;hb=c784c334d3ddaeb6c628931eca87056e152181fe;hp=b74292c85bd7cf27ddf09d36ded71d7f7e07a547;hpb=462e643a7e31676eceda23e634241f7b4d2cd7bb;p=wget diff --git a/windows/config-compiler.h b/windows/config-compiler.h index b74292c8..a71fb429 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -1,5 +1,5 @@ /* Support for various Windows compilation environments. - Copyright (C) 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -83,6 +83,7 @@ as that of the covered work. */ /* MinGW and GCC support some POSIX and C99 features. */ #define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #undef SIZEOF_LONG_LONG /* avoid redefinition warning */ @@ -128,6 +129,7 @@ as that of the covered work. */ #if _MSC_VER >= 1400 #pragma warning ( disable : 4996 ) #define _CRT_SECURE_NO_DEPRECATE +#define _CRT_SECURE_NO_WARNINGS #endif