Skip to content

Commit f32a1fa

Browse files
committed
Add strxfrm_l to list of functions where Windows adds an underscore.
Per buildfarm failure on bowerbird after last night's commit 4ea51cd. Peter Geoghegan
1 parent aa71939 commit f32a1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/port/win32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ typedef int pid_t;
341341
#define isspace_l _isspace_l
342342
#define iswspace_l _iswspace_l
343343
#define strcoll_l _strcoll_l
344+
#define strxfrm_l _strxfrm_l
344345
#define wcscoll_l _wcscoll_l
345346
#define wcstombs_l _wcstombs_l
346347
#define mbstowcs_l _mbstowcs_l

0 commit comments

Comments
 (0)