reactos/rostests/apitests/win32nt/ntuser/NtUserFindExistingCursorIcon.c

16 lines
255 B
C
Raw Normal View History

/*
* PROJECT: ReactOS api tests
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: Test for NtUserFindExistingCursoricon
* PROGRAMMERS:
*/
#include <win32nt.h>
START_TEST(NtUserFindExistingCursoricon)
{
}