riched20: Tweak the wording of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
71aeb64c73
commit
9f72c56011
|
@ -8995,8 +8995,8 @@ static void test_EM_SELECTIONTYPE(void)
|
|||
START_TEST( editor )
|
||||
{
|
||||
BOOL ret;
|
||||
/* Must explicitly LoadLibrary(). The test has no references to functions in
|
||||
* RICHED20.DLL, so the linker doesn't actually link to it. */
|
||||
/* Must explicitly LoadLibrary(). The test has no reference to functions in
|
||||
* RICHED20.DLL, so the linker does not actually link to it. */
|
||||
hmoduleRichEdit = LoadLibraryA("riched20.dll");
|
||||
ok(hmoduleRichEdit != NULL, "error: %d\n", (int) GetLastError());
|
||||
is_lang_japanese = (PRIMARYLANGID(GetSystemDefaultLangID()) == LANG_JAPANESE);
|
||||
|
|
Loading…
Reference in New Issue