]> granicus.if.org Git - postgresql/commitdiff
Add strxfrm_l to list of functions where Windows adds an underscore.
authorRobert Haas <rhaas@postgresql.org>
Tue, 20 Jan 2015 15:52:01 +0000 (10:52 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 20 Jan 2015 15:52:01 +0000 (10:52 -0500)
Per buildfarm failure on bowerbird after last night's commit
4ea51cdfe85ceef8afabceb03c446574daa0ac23.

Peter Geoghegan

src/include/port/win32.h

index 550c3ecff4268f8af198d6eb0635c2d0725e2f7e..4cb51ec7bea68476a25402c58dc8b2f1d0e75534 100644 (file)
@@ -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