mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Remove reference to ps.h
svn path=/trunk/; revision=4970
This commit is contained in:
parent
d6cb5e2e20
commit
1d4c92223c
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
#ifndef __WIN32K_MISC_H
|
#ifndef __WIN32K_MISC_H
|
||||||
#define __WIN32K_MISC_H
|
#define __WIN32K_MISC_H
|
||||||
|
|
||||||
#include <internal/ps.h>
|
|
||||||
|
|
||||||
/* Process context in which miniport driver is opened/used */
|
/* Process context in which miniport driver is opened/used */
|
||||||
extern PEPROCESS W32kDeviceProcess;
|
extern PEPROCESS W32kDeviceProcess;
|
||||||
|
|
||||||
|
@ -12,6 +10,6 @@ W32kInitialize (VOID);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
FASTCALL
|
FASTCALL
|
||||||
DestroyThreadWindows(PETHREAD Thread);
|
DestroyThreadWindows(struct _ETHREAD *Thread);
|
||||||
|
|
||||||
#endif /* __WIN32K_MISC_H */
|
#endif /* __WIN32K_MISC_H */
|
||||||
|
|
Loading…
Reference in a new issue