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