summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/snprintf.c')
-rw-r--r--sal/systools/win32/uwinapi/snprintf.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sal/systools/win32/uwinapi/snprintf.c b/sal/systools/win32/uwinapi/snprintf.c
new file mode 100644
index 000000000000..694eef21fbf9
--- /dev/null
+++ b/sal/systools/win32/uwinapi/snprintf.c
@@ -0,0 +1,10 @@
+/* Not unicode */
+#undef _UNICODE
+
+/* Support MBCS and SBCS */
+
+#ifndef _MBCS
+#define _MBCS
+#endif
+
+#include "sntprintf.c"