Re: riched20: EM_GETLINE implementation and test (resend)
April 25, 2006
4:09 a.m.
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
7280
Age (days ago)
7280
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack