mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 02:10:34 +00:00
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"
|