On Sat, Dec 3, 2011 at 09:24, NISHIYAMA Tomoaki
<tomoakin(at)staff(dot)kanazawa-u(dot)ac(dot)jp> wrote:
> Hi,
>
> A new patch:
> check for the presence of crtdefs.h in configure
>
> -#if _MSC_VER >= 1400 || defined(WIN64)
> +#if _MSC_VER >= 1400 || HAVE_CRTDEFS_H
> #define errcode __msvc_errcode
> #include <crtdefs.h>
> #undef errcode
Have you verified if tihs affects _MSC_VER < 1400? Suddently that
branch would care about HAVE_CRTDEFS_H, and I'm not sure if that's
something we need to worry about.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/