Re: [PATCH 01/15] msvcr120: Implement the _vacopy function.
Hi, On Mon, 1 Dec 2014, Martin Storsjo wrote:
--- dlls/msvcr120/msvcr120.spec | 2 +- dlls/msvcrt/misc.c | 8 ++++++++ include/msvcrt/crtdefs.h | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-)
I saw on http://source.winehq.org/patches/ that this one was rejected - any comment on why and what needs to be fixed? // Martin
Martin Storsjö <martin(a)martin.st> writes:
dlls/msvcr120/msvcr120.spec | 2 +- dlls/msvcrt/misc.c | 8 ++++++++ include/msvcrt/crtdefs.h | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-)
I saw on http://source.winehq.org/patches/ that this one was rejected - any comment on why and what needs to be fixed?
Same problem, va_copy is not available everywhere. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Martin Storsjö