From f32a1fa462c88676105445f26885d7a0656b6806 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 20 Jan 2015 10:52:01 -0500 Subject: [PATCH] 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 --- src/include/port/win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 550c3ecff4..4cb51ec7be 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 -- 2.40.0