Commit 373679c
committed
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: https://www.postgresql.org/message-id/flat/CAC%2BAXB1wJEqfKCuVcNpoH%3Dgxd61N%3D7c2fR3Ew6YRPpSfEUA%3DyQ%40mail.gmail.com1 parent b9424d0 commit 373679c
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2193 | 2193 | | |
2194 | 2194 | | |
2195 | 2195 | | |
2196 | | - | |
| 2196 | + | |
| 2197 | + | |
2197 | 2198 | | |
2198 | 2199 | | |
2199 | 2200 | | |
2200 | 2201 | | |
2201 | 2202 | | |
| 2203 | + | |
| 2204 | + | |
2202 | 2205 | | |
2203 | 2206 | | |
2204 | 2207 | | |
| |||
2411 | 2414 | | |
2412 | 2415 | | |
2413 | 2416 | | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
2414 | 2424 | | |
2415 | 2425 | | |
2416 | 2426 | | |
| |||
0 commit comments