Added forward declaration for EPROCESS

svn path=/trunk/; revision=1833
This commit is contained in:
Phillip Susi 2001-04-26 13:22:24 +00:00
parent 18f8e8da80
commit 4420d9e0cb

View file

@ -257,4 +257,6 @@ typedef struct _KSYSTEM_TIME
LONG High2Part;
} KSYSTEM_TIME, *PKSYSTEM_TIME;
typedef struct _EPROCESS EPROCESS, *PEPROCESS;
#endif /* __INCLUDE_DDK_KETYPES_H */