Undefine setlocale() macro on Win32 New versions of libintl redefine setlocale() to a macro which causes problems when the backend and libintl are linked against different versions of the runtime, which is often the case in msvc builds.
Hiroshi Inoue, slightly updated comment by me Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5273f2143416f6340f6ee876facfa6f7a87453a0 Modified Files -------------- src/include/port.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
