summaryrefslogtreecommitdiff
path: root/src/include/port/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r--src/include/port/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 8a3c33f995e..2914a59811f 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -304,6 +304,8 @@ typedef int pid_t;
#define iswspace_l _iswspace_l
#define strcoll_l _strcoll_l
#define wcscoll_l _wcscoll_l
+#define wcstombs_l _wcstombs_l
+#define mbstowcs_l _mbstowcs_l
/* In backend/port/win32/signal.c */