- header update

- add a resource

svn path=/trunk/; revision=29284
This commit is contained in:
Timo Kreuzer 2007-09-28 17:26:29 +00:00
parent dda7fa8fb8
commit e1b2e7a30f
15 changed files with 66 additions and 58 deletions

View file

@ -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;
}