Commit 9f72c560 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

riched20: Tweak the wording of a comment.

parent 71aeb64c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment