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

16 lines
298 B
C
Raw Normal View History

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