richedit: Remove indication for bCRLF, now that ME_GetTextW() knows how to honor...
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Sun, 27 Apr 2008 02:16:41 +0000 (21:16 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Apr 2008 12:54:59 +0000 (14:54 +0200)
commit3a271386ec96a9c8468c01ac8251bdbc0d3c6a40
treeef43501f03af6f38eb22bf66b5c78d16d3cfcc23
parente8aa9dee561979ac8fd0b3770f535120f201b136
richedit: Remove indication for bCRLF, now that ME_GetTextW() knows how to honor CR and LF counters.

EM_GETTEXTRANGE and EM_GETSELTEXT are affected by this, so include tests to ensure no behavior was broken.
dlls/riched20/editor.c
dlls/riched20/tests/editor.c
dlls/riched32/tests/editor.c