Commit 7f5007f1 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

imm32/tests: Use LANG_INVARIANT for the installed IME.

parent 7ebf75f9
......@@ -18,7 +18,7 @@
#pragma makedep testdll
#define WINE_LANGID 0400
#define WINE_LANGID 047f
#define WINE_FILETYPE VFT_DRV
#define WINE_FILESUBTYPE VFT2_DRV_INPUTMETHOD
#define WINE_FILENAME "ime_wrapper"
......
......@@ -2683,7 +2683,7 @@ static HKL ime_install(void)
hkl = ImmInstallIMEW( ime_path, L"WineTest IME" );
todo_wine
ok( hkl == (HKL)(int)0xe0200400, "ImmInstallIMEW returned %p, error %lu\n", hkl, GetLastError() );
ok( hkl == (HKL)(int)0xe020047f, "ImmInstallIMEW returned %p, error %lu\n", hkl, GetLastError() );
swprintf( buffer, ARRAY_SIZE(buffer), L"System\\CurrentControlSet\\Control\\Keyboard Layouts\\%08x", hkl );
ret = RegOpenKeyW( HKEY_LOCAL_MACHINE, buffer, &hkey );
......
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