mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
15 lines
316 B
C
15 lines
316 B
C
#ifndef _WIN32K_GUICHECK_H
|
|
#define _WIN32K_GUICHECK_H
|
|
|
|
#include <windows.h>
|
|
#include <ddk/ntddk.h>
|
|
|
|
BOOL FASTCALL IntGraphicsCheck(BOOL Create);
|
|
BOOL FASTCALL IntCreatePrimarySurface();
|
|
VOID FASTCALL IntDestroyPrimarySurface();
|
|
|
|
NTSTATUS FASTCALL InitGuiCheckImpl (VOID);
|
|
|
|
#endif /* _WIN32K_GUICHECK_H */
|
|
|
|
/* EOF */
|