xref: /AOO41X/main/sal/systools/win32/uwinapi/snprintf.c (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
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