mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
- Fix build
svn path=/trunk/; revision=39107
This commit is contained in:
parent
44ff72e130
commit
eef5b9c252
1 changed files with 4 additions and 0 deletions
|
@ -1309,6 +1309,7 @@ typedef struct
|
|||
{
|
||||
} KSOBJECT_CREATE, *PKSOBJECT_CREATE;
|
||||
|
||||
#if defined(__NTDDK_H)
|
||||
typedef struct
|
||||
{
|
||||
PDRIVER_DISPATCH Create;
|
||||
|
@ -1318,9 +1319,12 @@ typedef struct
|
|||
ULONG Flags;
|
||||
} KSOBJECT_CREATE_ITEM, *PKSOBJECT_CREATE_ITEM;
|
||||
|
||||
|
||||
typedef VOID (*PFNKSITEMFREECALLBACK)(
|
||||
IN PKSOBJECT_CREATE_ITEM CreateItem);
|
||||
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
ULONG Size;
|
||||
ULONG Count;
|
||||
|
|
Loading…
Reference in a new issue