Module: wine Branch: master Commit: 649a576fd01ceb05ce09533f9d282acc2415eb4f URL: http://source.winehq.org/git/wine.git/?a=commit;h=649a576fd01ceb05ce09533f9d...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jan 28 19:14:13 2009 +0100
ntdll: Copy the msvcrt printf implementation to ntdll to allow supporting MS ABI varargs.
---
dlls/ntdll/Makefile.in | 1 + dlls/ntdll/ntdll.spec | 12 +- dlls/ntdll/printf.c | 756 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/string.c | 46 --- dlls/ntdll/wcstring.c | 37 --- 5 files changed, 763 insertions(+), 89 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=649a576fd01ceb05ce0953...