branch update for HEAD-2003050101
[reactos.git] / 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 W32kGuiCheck(VOID);
9 VOID
10 W32kGraphicsCheck(BOOL Create);
11
12 #endif /* __WIN32K_GUICHECK_H */
13
14 /* EOF */