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

Piotr Caban piotr at codeweavers.com
Fri Apr 15 10:57:46 CDT 2011


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: 18087 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110415/3f8e2190/attachment-0001.bin>


More information about the wine-patches mailing list