mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
9 lines
217 B
C
9 lines
217 B
C
#pragma once
|
|
|
|
BOOL FASTCALL co_IntGraphicsCheck(BOOL Create);
|
|
VOID FASTCALL co_IntUserManualGuiCheck(BOOL Create);
|
|
BOOL FASTCALL IntCreatePrimarySurface(VOID);
|
|
VOID FASTCALL IntDestroyPrimarySurface(VOID);
|
|
|
|
/* EOF */
|