reactos/rostests/apitests/win32nt/ntuser/NtUserFindExistingCursorIcon.c
Timo Kreuzer 0c24f4ecd6 [WIN32KDLL_2K3SP2]
- "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
2015-12-28 23:03:04 +00:00

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)
{
}