[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / printf / _snwprintf_s.c
diff --git a/reactos/lib/sdk/crt/printf/_snwprintf_s.c b/reactos/lib/sdk/crt/printf/_snwprintf_s.c
deleted file mode 100644 (file)
index cd60e13..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * COPYRIGHT:       GNU GPL, see COPYING in the top level directory
- * PROJECT:         ReactOS crt library
- * FILE:            lib/sdk/crt/printf/_snwprintf_s.c
- * PURPOSE:         Implementation of _snwprintf_s
- * PROGRAMMER:      Timo Kreuzer
- */
-
-#define _sxprintf _snwprintf_s
-#define USE_COUNT 1
-#define _UNICODE
-#define IS_SECAPI 1
-
-#include "_sxprintf.c"