[WIN32KNT_APITEST]: -Make sure that NtUserUnregisterClass works when it gets the...
[reactos.git] / rostests / apitests / win32nt / ntuser / NtUserFindExistingCursorIcon.c
1 /*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for NtUserFindExistingCursorIcon
5 * PROGRAMMERS:
6 */
7
8 #include <win32nt.h>
9
10 START_TEST(NtUserFindExistingCursorIcon)
11 {
12
13
14 }