pgsql: meson: Define HAVE_LOCALE_T for msvc

Started by Peter Eisentrautover 3 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

meson: Define HAVE_LOCALE_T for msvc

Meson doesn't see the redefinition of locale_t done in
src/include/port/win32_port.h, so it is not defining HAVE_LOCALE_T,
HAVE_WCSTOMBS_L nor HAVE_MBSTOWCS_L as the current
src/tools/msvc/build.pl script does. Add manual overrides to fix.

Author: Author: Juan Jose Santamaria Flecha <juanjo.santamaria@gmail.com>
Discussion: /messages/by-id/CAC+AXB1wJEqfKCuVcNpoH=gxd61N=7c2fR3Ew6YRPpSfEUA=yQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/373679c4a82f04e6c16198cdffab1a6c56852956

Modified Files
--------------
meson.build | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)