richedit: When returning position through wParam pointer, EM_POSFROMCHAR must return...
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Mon, 23 Jun 2008 18:49:49 +0000 (13:49 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jun 2008 09:43:42 +0000 (11:43 +0200)
commit3cc6e2365a7742317b12ec44c0b49773cc17e654
treefe268dced8eed14d6ba45dbe943adf8b71e72dab
parent15a5da9790aaf36105c0a42370d2bb5da67f9195
richedit: When returning position through wParam pointer, EM_POSFROMCHAR must return 0 as LRESULT.

Add tests for EM_POSFROMCHAR for 1.0 and 2.0.
dlls/riched20/editor.c
dlls/riched20/tests/editor.c
dlls/riched20/wrap.c
dlls/riched32/tests/editor.c