mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 19:19:43 +00:00
[CRT]
- Add user32_wsprintf library, with all the wsprintf functions, generated from the same codebase - simplify handling of ll modifier in streamout svn path=/trunk/; revision=50360
This commit is contained in:
parent
279d1b9348
commit
85a33b9385
9 changed files with 129 additions and 9 deletions
14
reactos/lib/sdk/crt/printf/wsprintfW.c
Normal file
14
reactos/lib/sdk/crt/printf/wsprintfW.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
||||
* PROJECT: ReactOS crt library
|
||||
* FILE: lib/sdk/crt/printf/wsprintfW.c
|
||||
* PURPOSE: Implementation of wsprintfW
|
||||
* PROGRAMMER: Timo Kreuzer
|
||||
*/
|
||||
|
||||
#define _sxprintf wsprintfW
|
||||
#define USE_COUNT 0
|
||||
#define _UNICODE
|
||||
#define USER32_WSPRINTF
|
||||
|
||||
#include "_sxprintf.c"
|
Loading…
Add table
Add a link
Reference in a new issue