forked from xt-sys/exectos
Fix function prototypes using fastcall and stdcall calling convensions
This commit is contained in:
@@ -42,7 +42,7 @@ HlDrawPixel(IN ULONG PosX,
|
||||
|
||||
XTFASTCALL
|
||||
KRUNLEVEL
|
||||
HlGetRunLevel();
|
||||
HlGetRunLevel(VOID);
|
||||
|
||||
|
||||
XTCDECL
|
||||
|
@@ -19,11 +19,11 @@ KeClearEvent(IN PKEVENT Event);
|
||||
|
||||
XTFASTCALL
|
||||
KRUNLEVEL
|
||||
KeGetCurrentRunLevel();
|
||||
KeGetCurrentRunLevel(VOID);
|
||||
|
||||
XTAPI
|
||||
VOID
|
||||
KeHaltSystem();
|
||||
KeHaltSystem(VOID);
|
||||
|
||||
XTAPI
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user