user32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.
commit6fa48cdd918851e9b5db9c6c8468546d5721e6d8
authorSergey Khodych <khodych@gmail.com>
Sun, 23 Aug 2009 21:10:01 +0000 (24 00:10 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Aug 2009 14:36:50 +0000 (26 16:36 +0200)
tree8c808f862e586adeda49a28ed538e90fa4d59fed
parent0a1e0a3261936cfe41620a79c3a16bdc686543c4
user32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.

Tests show that the edit control uses a dialog mode after receiving
WM_GETDLGCODE message and it doesn't depend on whether the edit control
has a parent window.
dlls/user32/edit.c
dlls/user32/tests/edit.c