"Vitaliy Margolen" wine-patch@kievinfo.com wrote:
EDITSTATE structure already has the 'style' member for the optimization sake, so please use it instead of GetWindowLong(GWL_STYLE).
Do not use 0x89 and similar cryptic values in the test, use appropriate symbolic constants instead.
And please merge your test into existing win.c tests.
"Dmitry Timoshkov" dmitry@baikal.ru writes:
And please merge your test into existing win.c tests.
Actually I think it's fine to have separate test files for controls, we already have a listbox.c so we can have an edit.c. The guideline is that the layout of the test directory should be close to the layout of the source directory being tested.
Should I then go for take 3 then? I have added few more tests in take 2. Mainly for styles being consistent with native.
Monday, November 1, 2004, 12:33:38 PM, you wrote:
"Dmitry Timoshkov" dmitry@baikal.ru writes:
And please merge your test into existing win.c tests.