summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/snwprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/snwprintf.c')
-rw-r--r--sal/systools/win32/uwinapi/snwprintf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/systools/win32/uwinapi/snwprintf.c b/sal/systools/win32/uwinapi/snwprintf.c
new file mode 100644
index 000000000000..80a5760c86f1
--- /dev/null
+++ b/sal/systools/win32/uwinapi/snwprintf.c
@@ -0,0 +1,5 @@
+#ifndef _UNICODE
+#define _UNICODE
+#endif
+
+#include "sntprintf.c"