j
k
j a
j l
tkho@ucla.edu wrote:
memcpy(dest, L"\r", nEndChars*2);
Wide character strings aren't portable. Please use something like:
static const WCHAR szsr[] = { '\r', 0 };
Mike
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites