Module: wine Branch: master Commit: 16222f2de6e0b4619730467a66b301b62050b90a URL: https://gitlab.winehq.org/wine/wine/-/commit/16222f2de6e0b4619730467a66b301b...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Mar 6 19:53:40 2023 +0100
imm32/tests: Redirect IME function to the main module.
For easier testing and to wokaround some Windows IME caching mechanism that prevent the IME module from reloading.
---
dlls/imm32/tests/ime_test.h | 21 ++++ dlls/imm32/tests/ime_wrapper.c | 67 +++++++++--- dlls/imm32/tests/ime_wrapper.spec | 1 + dlls/imm32/tests/imm32.c | 210 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 283 insertions(+), 16 deletions(-)