richedit: Fixed implementation of WM_GETDLGCODE message.
commit573102ee8856ee142269316b44b4a939d83e5050
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 8 Jan 2009 05:44:11 +0000 (8 00:44 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Jan 2009 12:35:05 +0000 (8 13:35 +0100)
treef60375edb13553d90c578abe038e2ddb9072a083
parentc636b59bcf9af2c4ad8070940f16a31ad2054260
richedit: Fixed implementation of WM_GETDLGCODE message.

This fixes inconsistencies shown in the tests I added for the
WM_GETDLGCODE.  The tests covered different cases handled by the
current implementation in order to show that the native implementation
is simpler for all these cases.
dlls/riched20/editor.c
dlls/riched20/tests/editor.c