mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
fb58782012
Add IME conversion tests to verify IMM/IME support. CORE-11700
9 lines
314 B
C
9 lines
314 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)
|
|
*/
|
|
|
|
#define UNICODE /* Unicode */
|
|
#include "JapanImeConvTest.h"
|