ntdll: Copy the msvcrt printf implementation to ntdll to allow supporting MS ABI...
commit649a576fd01ceb05ce09533f9d282acc2415eb4f
authorAlexandre Julliard <julliard@winehq.org>
Wed, 28 Jan 2009 18:14:13 +0000 (28 19:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Jan 2009 18:38:19 +0000 (28 19:38 +0100)
tree4a1d278f4007594072508b0669167162181c0611
parent7b82b98ee85aed918a90c33d4996b64a8311d9cd
ntdll: Copy the msvcrt printf implementation to ntdll to allow supporting MS ABI varargs.
dlls/ntdll/Makefile.in
dlls/ntdll/ntdll.spec
dlls/ntdll/printf.c [new file with mode: 0644]
dlls/ntdll/string.c
dlls/ntdll/wcstring.c