mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added missing ntdll include.
svn path=/trunk/; revision=703
This commit is contained in:
parent
93a0fa88d2
commit
3e6e6c12ee
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#ifndef __WIN32K_GDIOBJ_H
|
||||
#define __WIN32K_GDIOBJ_H
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
|
||||
/* GDI objects magic numbers */
|
||||
#define GO_PEN_MAGIC 0x4f47
|
||||
#define GO_BRUSH_MAGIC 0x4f48
|
||||
|
|
Loading…
Reference in a new issue