forked from xt-sys/exectos
Fix function prototypes using fastcall and stdcall calling convensions
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
XTFASTCALL
|
||||
KRUNLEVEL
|
||||
KeGetCurrentRunLevel()
|
||||
KeGetCurrentRunLevel(VOID)
|
||||
{
|
||||
return HlGetRunLevel();
|
||||
}
|
||||
|
Reference in New Issue
Block a user