[PATCH v2] ucrtbase: Add __stdio_common_vsprintf_p.

Piotr Caban piotr at codeweavers.com
Fri Oct 13 13:11:24 CDT 2017


v2: I've updated the helper to be more similar to other helpers in this 
file. Ideally it would be nice to merge some of the 
helpers/implementations but it looks like a bigger task.

From: Alex Henrie <alexhenrie24 at gmail.com>

Fixes https://bugs.winehq.org/show_bug.cgi?id=43810

To simplify implementation, I created a helper function
MSVCRT_vsprintf_p_l_opt similar to MSVCRT_vswprintf_p_l_opt.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
  .../api-ms-win-crt-stdio-l1-1-0.spec               |  2 +-
  dlls/msvcrt/wcs.c                                  | 33 
++++++++++++++++------
  dlls/ucrtbase/ucrtbase.spec                        |  2 +-
  3 files changed, 27 insertions(+), 10 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ucrtbase-Add-__stdio_common_vsprintf_p.txt
Type: text/x-patch
Size: 5093 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20171013/49b1d335/attachment.bin>


More information about the wine-patches mailing list