From: Robert Haas Date: Tue, 20 Jan 2015 15:52:01 +0000 (-0500) Subject: Add strxfrm_l to list of functions where Windows adds an underscore. X-Git-Tag: REL9_5_ALPHA1~891 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f32a1fa462c88676105445f26885d7a0656b6806;p=thirdparty%2Fpostgresql.git Add strxfrm_l to list of functions where Windows adds an underscore. Per buildfarm failure on bowerbird after last night's commit 4ea51cdfe85ceef8afabceb03c446574daa0ac23. Peter Geoghegan --- diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 550c3ecff42..4cb51ec7bea 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -341,6 +341,7 @@ typedef int pid_t; #define isspace_l _isspace_l #define iswspace_l _iswspace_l #define strcoll_l _strcoll_l +#define strxfrm_l _strxfrm_l #define wcscoll_l _wcscoll_l #define wcstombs_l _wcstombs_l #define mbstowcs_l _mbstowcs_l