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

15 lines
257 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)
{
}