richedit: Set bEmulateVersion10 initially to avoid retroactive changes.
commit8089d980d1b07fbed1d2ba47e888e83b33c47977
authorDylan Smith <dylan.ah.smith@gmail.com>
Sun, 11 Jan 2009 07:59:31 +0000 (11 02:59 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Jan 2009 13:40:11 +0000 (12 14:40 +0100)
treec8723515c988e81dbe61387f1c766c78657a1e62
parent603be645d2d77a028c3f209be1742d7dccb64372
richedit: Set bEmulateVersion10 initially to avoid retroactive  changes.

Previously the WM_NCCREATE was handled by the as if it was always for
later versions, then the window proc for version 1.0 would make
appropriate changes afterwards.  Instead both versions should call the
same function (e.g. ME_MakeEditor) and provide the value for
bEmulateVersion10 to make the code clearer.
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/para.c