office-gobmx/sal/systools/win32/uwinapi/snprintf.c
2010-10-27 16:04:46 +01:00

13 lines
256 B
C

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Not unicode */
#undef _UNICODE
/* Support MBCS and SBCS */
#ifndef _MBCS
#define _MBCS
#endif
#include "sntprintf.c"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */