summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/snprintf.c
blob: 694eef21fbf9fc7b4d883b14fdc6afdd6102a5e2 (plain)
1
2
3
4
5
6
7
8
9
10
/* Not unicode */
#undef _UNICODE

/* Support MBCS and SBCS */

#ifndef _MBCS
#define _MBCS
#endif

#include "sntprintf.c"