Re: ntdll: Fix for 64-bit builds (at least on OSX)
Hang on; I have a better patch. (I wanted to send it earlier, but the SMTP connection kept unexpectedly closing.) Chip
Gotcha. Why rewrite vsscanf?
On Sep 25, 2015, at 2:21 PM, Charles Davis <cdavis5x(a)gmail.com> wrote:
Hang on; I have a better patch. (I wanted to send it earlier, but the SMTP connection kept unexpectedly closing.)
Chip
On Sep 25, 2015, at 2:46 PM, Matt Durgavich <mattdurgavich(a)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(a)gmail.com> wrote:
Hang on; I have a better patch. (I wanted to send it earlier, but the SMTP connection kept unexpectedly closing.)
Chip
participants (2)
-
Charles Davis -
Matt Durgavich