Re: Meson doesn't define HAVE_LOCALE_T for mscv
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-11T15:02:49Z
Lists: pgsql-hackers
On 10.11.22 10:59, Juan José Santamaría Flecha wrote: > Meson doesn't see the redefinition of locale_t done > in src/include/port/win32_port.h, so is not defining > HAVE_LOCALE_T, HAVE_WCSTOMBS_L nor HAVE_MBSTOWCS_L as the > current src/tools/msvc/build.pl <http://build.pl> script does. > > Please find attached a patch for so. committed
Commits
-
meson: Define HAVE_LOCALE_T for msvc
- 373679c4a82f 16.0 landed