[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / printf / wvsnprintfA.c
diff --git a/reactos/lib/sdk/crt/printf/wvsnprintfA.c b/reactos/lib/sdk/crt/printf/wvsnprintfA.c
deleted file mode 100644 (file)
index b81d19c..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/wvsnprintfA.c
- * PURPOSE:         Implementation of wvsnprintfA
- * PROGRAMMER:      Timo Kreuzer
- */
-
-#define _sxprintf wvsnprintfA
-#define USE_COUNT 1
-#define USE_VARARGS 1
-#define USER32_WSPRINTF
-
-#include "_sxprintf.c"