office-gobmx/sal/systools/win32/uwinapi/snprintf.c
Rüdiger Timm 390fddf708 INTEGRATION: CWS rt02 (1.1.148); FILE MERGED
2003/10/01 09:15:53 rt 1.1.148.1: #i19697# No newline at end of file
2003-10-06 14:22:11 +00:00

10 lines
123 B
C

/* Not unicode */
#undef _UNICODE
/* Support MBCS and SBCS */
#ifndef _MBCS
#define _MBCS
#endif
#include "sntprintf.c"