update for HEAD-2003091401
[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 FASTCALL
8 IntGraphicsCheck(BOOL Create);
9
10 #endif /* __WIN32K_GUICHECK_H */
11
12 /* EOF */