mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
0c24f4ecd6
- "Fix" an export name: NtUserGetClassInfoEx on 2k3 is the same as NtUserGetClassInfo on XP (note that we currently use the default, aka ros specific, win32kdll on the WHS testbot, but it's mostly identical. [WIN32KNT_APITEST] - Fix a typo - add missing tests to testlist.c svn path=/trunk/; revision=70462
15 lines
254 B
C
15 lines
254 B
C
/*
|
|
* PROJECT: ReactOS api tests
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* PURPOSE: Test for NtUserFindExistingCursorIcon
|
|
* PROGRAMMERS:
|
|
*/
|
|
|
|
#include <win32nt.h>
|
|
|
|
START_TEST(NtUserFindExistingCursorIcon)
|
|
{
|
|
|
|
|
|
}
|