390fddf708
2003/10/01 09:15:53 rt 1.1.148.1: #i19697# No newline at end of file
10 lines
123 B
C
10 lines
123 B
C
/* Not unicode */
|
|
#undef _UNICODE
|
|
|
|
/* Support MBCS and SBCS */
|
|
|
|
#ifndef _MBCS
|
|
#define _MBCS
|
|
#endif
|
|
|
|
#include "sntprintf.c"
|