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
|
@ -1,17 +1,4 @@
|
|||
|
||||
HPALETTE
|
||||
APIENTRY
|
||||
NtGdiEngCreatePalette(
|
||||
IN ULONG iMode,
|
||||
IN ULONG cColors,
|
||||
IN ULONG *pulColors,
|
||||
IN FLONG flRed,
|
||||
IN FLONG flGreen,
|
||||
IN FLONG flBlue)
|
||||
{
|
||||
return (HPALETTE)Syscall(L"NtGdiEngCreatePalette", 6, &iMode);
|
||||
}
|
||||
|
||||
INT
|
||||
Test_NtGdiEngCreatePalette(PTESTINFO pti)
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#include "../w32knapi.h"
|
||||
|
||||
INT
|
||||
Test_NtGdiSetBitmapBits(PTESTINFO pti)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue