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