richedit: EM_[SG]ETPARAFORMAT returned the wrong value.
commita382e356001b9fac1b223fdd126f4909a3cc6215
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 13 Aug 2008 03:15:15 +0000 (12 23:15 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:15:57 +0000 (18 17:15 +0200)
treebdec2da5675adbce8dc9e14ae5d0d8ee7472eb0f
parent30cd9b473ee3f798eb4f9dd73076f3d1a41ff048
richedit: EM_[SG]ETPARAFORMAT returned the wrong value.

The values returned by EM_SETPARAFORMAT and EM_GETPARAFORMAT previously
indicated an error, and the included tests shows that Windows behaves as
documented.
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/para.c
dlls/riched20/tests/editor.c