j
k
j a
j l
tkho(a)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
Back to the thread
Back to the list