mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
some tests for NtUserToUnicodeEx
svn path=/trunk/; revision=30317
This commit is contained in:
parent
81b0a20436
commit
7248541e08
3 changed files with 445 additions and 5 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "ntuser/NtUserCountClipboardFormats.c"
|
||||
#include "ntuser/NtUserFindExistingCursorIcon.c"
|
||||
#include "ntuser/NtUserRedrawWindow.c"
|
||||
#include "ntuser/NtUserToUnicodeEx.c"
|
||||
|
||||
/* The List of tests */
|
||||
TESTENTRY TestList[] =
|
||||
|
@ -48,7 +49,8 @@ TESTENTRY TestList[] =
|
|||
/* ntuser */
|
||||
{ L"NtUserCountClipboardFormats", Test_NtUserCountClipboardFormats },
|
||||
{ L"NtUserFindExistingCursorIcon", Test_NtUserFindExistingCursoricon },
|
||||
{ L"NtUserRedrawWindow", Test_NtUserRedrawWindow }
|
||||
{ L"NtUserRedrawWindow", Test_NtUserRedrawWindow },
|
||||
{ L"NtUserToUnicodeEx", Test_NtUserToUnicodeEx }
|
||||
};
|
||||
|
||||
/* The function that gives us the number of tests */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue