Re: riched20: (updated) EM_GETLINE implementation and test
June 26, 2006
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
7213
Age (days ago)
7213
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard