Re: riched20: EM_GETLINE implementation and test (resend)
25 Apr
2006
25 Apr
'06
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
7175
Age (days ago)
7175
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack