Module: wine Branch: master Commit: 7b947654b2d5ee2433d3965c4213d317374f1145 URL: https://gitlab.winehq.org/wine/wine/-/commit/7b947654b2d5ee2433d3965c4213d31...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Dec 15 16:08:11 2023 +0100
user32/tests: Avoid calling UnloadKeyboardLayout.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51478
---
dlls/user32/tests/msg.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 0059afcbac7..bb7b74558c4 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -16535,7 +16535,6 @@ static void test_unicode_wm_char(void)
DestroyWindow( hwnd ); ActivateKeyboardLayout( hkl_orig, 0 ); - UnloadKeyboardLayout( hkl_greek ); }
#define ID_LISTBOX 0x000f