ntdll: Fix for 64-bit builds (at least on OSX)

Charles Davis cdavis5x at gmail.com
Fri Sep 25 16:06:17 CDT 2015


> On Sep 25, 2015, at 2:46 PM, Matt Durgavich <mattdurgavich at gmail.com> wrote:
> 
> Gotcha. Why rewrite vsscanf?
Because vswscanf(3) works with wide-character strings (i.e. wchar_t). Also, none of the *scanf(3) functions in the system libc (libSystem on Mac OS) support Microsoft-style va_lists.

Chip

> 
> 
>> On Sep 25, 2015, at 2:21 PM, Charles Davis <cdavis5x at gmail.com> wrote:
>> 
>> Hang on; I have a better patch. (I wanted to send it earlier, but the SMTP connection kept unexpectedly closing.)
>> 
>> Chip
>> 
> 




More information about the wine-devel mailing list