summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/snprintf.c
blob: 3c07e6863d94fee59c223b5b45287ce9e905982d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- 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: */