[PATCH 01/10] msvcrt: Copy and reorganize printf implementation (try2)

Piotr Caban piotr at codeweavers.com
Mon Apr 18 06:57:09 CDT 2011


try2: Pass argument type to callback

This patch copies pf_vsnprintf implementation to printf.h file. It also
makes output generating and arguments retriving callback based.
Additionally it separates wchar_t and char implementations. Thanks to
the changes it will be possible to implement _p functions family and
remove unneeded char/wchar_t conversions.
---
  dlls/msvcrt/msvcrt.h |   15 ++
  dlls/msvcrt/printf.h |  535 
++++++++++++++++++++++++++++++++++++++++++++++++++
  dlls/msvcrt/wcs.c    |    5 +
  3 files changed, 555 insertions(+), 0 deletions(-)
  create mode 100644 dlls/msvcrt/printf.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt-Copy-and-reorganize-printf-implementation.txt
Type: text/x-patch
Size: 18162 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110418/e106754d/attachment-0001.bin>


More information about the wine-patches mailing list