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