summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/snprintf.c')
-rw-r--r--sal/systools/win32/uwinapi/snprintf.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sal/systools/win32/uwinapi/snprintf.c b/sal/systools/win32/uwinapi/snprintf.c
deleted file mode 100644
index 3c07e6863..000000000
--- a/sal/systools/win32/uwinapi/snprintf.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* -*- 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: */