Undefine setlocale() macro on Win32

Magnus Hagander <magnus@hagander.net>

Commit: ff18de81123a8412c1bcce94106d2ccca69aa193
Author: Magnus Hagander <magnus@hagander.net>
Date: 2011-02-01T12:22:58Z
Releases: 8.4.8
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

Files

PathChange+/−
src/include/port.h modified +9 −0