richedit: Added tests for initial options.
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 15 Jan 2009 19:46:18 +0000 (14:46 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Jan 2009 11:35:17 +0000 (12:35 +0100)
commit9a902f358b4a911be5c54afa8f6f579a89d1d747
tree9ee0fb10c7ceebc09c32c4f319e5cdbd2a312f5d
parent77a94bed984bcb19bb1b7b563537c72c63353a9b
richedit: Added tests for initial options.

Using the WS_VSCROLL style causes the ES_AUTOVSCROLL option to be set,
and using the WS_HSCROLL style causes the ES_AUTOHSCROLL flag to be
set (except with richedit v1.0).
dlls/riched20/tests/editor.c
dlls/riched32/tests/editor.c