- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc in winnt.h
[reactos.git] / reactos / include / win32k / misc.h
1 #ifndef __WIN32K_MISC_H
2 #define __WIN32K_MISC_H
3
4 #ifndef NTOS_MODE_USER
5
6 /* W32PROCESS flags */
7 #define W32PF_NOWINDOWGHOSTING (0x0001)
8 #define W32PF_MANUALGUICHECK (0x0002)
9 #define W32PF_CREATEDWINORDC (0x0004)
10
11 VOID
12 FASTCALL
13 DestroyThreadWindows(struct _ETHREAD *Thread);
14
15 #endif
16
17 #endif /* __WIN32K_MISC_H */