8 lines
198 B
C
8 lines
198 B
C
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
#ifndef _UNICODE
|
|
#define _UNICODE
|
|
#endif
|
|
|
|
#include "sntprintf.c"
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|