mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
fb58782012
Add IME conversion tests to verify IMM/IME support. CORE-11700
10 lines
310 B
C
10 lines
310 B
C
/*
|
|
* PROJECT: ReactOS api tests
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Test for Japanese IME conversion
|
|
* COPYRIGHT: Copyright 2022 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
|
*/
|
|
|
|
#undef UNICODE /* ANSI */
|
|
#include "JapanImeConvTest.h"
|