Dylan Smith wrote: > Wine is currently getting the window styles and using them directly, but > the tests I added show that an internal copy is being stored by native > richedit controls. > --- > dlls/riched20/tests/editor.c | 23 +++++++++++++++++++++++ > 1 files changed, 23 insertions(+), 0 deletions(-) > > > ------------------------------------------------------------------------ > > Hi Dylan,
Care to change the GetWindowLongW and SetWindowLongW to use the A-version (or remove the W)? These tests will not work on Win9x I guess. -- Cheers, Paul.