mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Added forward declaration for EPROCESS
svn path=/trunk/; revision=1833
This commit is contained in:
parent
18f8e8da80
commit
4420d9e0cb
1 changed files with 2 additions and 0 deletions
|
@ -257,4 +257,6 @@ typedef struct _KSYSTEM_TIME
|
|||
LONG High2Part;
|
||||
} KSYSTEM_TIME, *PKSYSTEM_TIME;
|
||||
|
||||
typedef struct _EPROCESS EPROCESS, *PEPROCESS;
|
||||
|
||||
#endif /* __INCLUDE_DDK_KETYPES_H */
|
||||
|
|
Loading…
Reference in a new issue