xref: /AOO41X/main/sal/systools/win32/uwinapi/snprintf.c (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1 /* Not unicode */
2 #undef _UNICODE
3 
4 /* Support MBCS and SBCS */
5 
6 #ifndef _MBCS
7 #define _MBCS
8 #endif
9 
10 #include "sntprintf.c"
11