mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
- implement quick 'n dirty HTML api status output
- change test function return type to INT - add ASSERT macro - include some more headers svn path=/trunk/; revision=28160
This commit is contained in:
parent
cbba52ddde
commit
2669c54fcc
12 changed files with 128 additions and 36 deletions
|
@ -8,11 +8,10 @@ NtUserCountClipboardFormats(VOID)
|
|||
return Syscall(L"NtUserCountClipboardFormats", 0, &p);
|
||||
}
|
||||
|
||||
BOOL
|
||||
INT
|
||||
Test_NtUserCountClipboardFormats(PTESTINFO pti)
|
||||
{
|
||||
TEST(NtUserCountClipboardFormats() < 1000);
|
||||
TEST(TRUE);
|
||||
return TRUE;
|
||||
RTEST(NtUserCountClipboardFormats() < 1000);
|
||||
return APISTATUS_NORMAL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue