Window stations and desktops
[reactos.git] / reactos / subsys / win32k / include / guicheck.h
1 #ifndef __WIN32K_GUICHECK_H
2 #define __WIN32K_GUICHECK_H
3
4 #include <windows.h>
5 #include <ddk/ntddk.h>
6
7 VOID
8 GuiCheck(VOID);
9
10 #endif /* __WIN32K_GUICHECK_H */
11
12 /* EOF */