Merge my current work done on the kd++ branch:
[reactos.git] / reactos / lib / sdk / crt / printf / wvsprintfW.c
1 /*
2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory
3 * PROJECT: ReactOS crt library
4 * FILE: lib/sdk/crt/printf/wvsprintfW.c
5 * PURPOSE: Implementation of wvsprintfW
6 * PROGRAMMER: Timo Kreuzer
7 */
8
9 #define _sxprintf wvsprintfW
10 #define USE_COUNT 0
11 #define USE_VARARGS 1
12 #define USER32_WSPRINTF
13
14 #include "_sxprintf.c"