mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
- header update
- add a resource svn path=/trunk/; revision=29284
This commit is contained in:
parent
dda7fa8fb8
commit
e1b2e7a30f
15 changed files with 66 additions and 58 deletions
|
@ -25,7 +25,11 @@ Test_NtGdiEnumFontOpen(PTESTINFO pti)
|
|||
/* We should not be able to use DeleteObject() on the handle */
|
||||
TEST(DeleteObject((HGDIOBJ)idEnum) == FALSE);
|
||||
|
||||
// FIXME: Close the enum handle
|
||||
NtGdiEnumFontClose(idEnum);
|
||||
|
||||
// Test no logfont (NULL): should word
|
||||
// Test empty lfFaceName string: should not work
|
||||
|
||||
|
||||
return APISTATUS_NORMAL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue