X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fntos%2Fps.h;h=25b2bfd014a8010c4191e92ecf2f83051dfccb93;hb=HEAD;hp=e2169219930e711e8659e0cce05832dbc8d745c4;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/include/ntos/ps.h b/include/ntos/ps.h index e216921..25b2bfd 100644 --- a/include/ntos/ps.h +++ b/include/ntos/ps.h @@ -83,4 +83,16 @@ #endif /* !__USE_W32API */ +#ifdef __NTOSKRNL__ +extern struct _EPROCESS* EXPORTED PsInitialSystemProcess; +extern POBJECT_TYPE EXPORTED PsProcessType; +extern POBJECT_TYPE EXPORTED PsThreadType; +#else +#ifdef __GNU__ // robd +extern struct _EPROCESS* IMPORTED PsInitialSystemProcess; +extern POBJECT_TYPE IMPORTED PsProcessType; +extern POBJECT_TYPE IMPORTED PsThreadType; +#endif +#endif + #endif /* __INCLUDE_PS_H */