update for HEAD-2003091401
[reactos.git] / include / win32k / misc.h
1 #ifndef __WIN32K_MISC_H
2 #define __WIN32K_MISC_H
3
4 /* Process context in which miniport driver is opened/used */
5 extern PEPROCESS Win32kDeviceProcess;
6
7 BOOLEAN
8 STDCALL
9 Win32kInitialize (VOID);
10
11 VOID
12 FASTCALL
13 DestroyThreadWindows(struct _ETHREAD *Thread);
14
15 #endif /* __WIN32K_MISC_H */