On Sat, Dec 3, 2011 at 09:24, NISHIYAMA Tomoaki <tomoa...@staff.kanazawa-u.ac.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/ -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers