Re: riched20: (updated) EM_GETLINE implementation and test
26 Jun
2006
26 Jun
'06
11:13 a.m.
Krzysztof Foltman <wdev(a)foltman.com> writes:
This is the EM_GETLINE patch from Thomas Kho, updated to current git and with L"" replaced by proper WCHAR array.
There are many more problems with that patch. For instance, it shouldn't call IsWindowUnicode all the time, once is enough. Also casting pointers to int is a bad idea (and not needed), it should use sizeof(WCHAR) instead of hardcoding 2, and preferably use proper data types instead of the nBPC hack. -- Alexandre Julliard julliard(a)winehq.org
7111
Age (days ago)
7111
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard