Fix function prototypes using fastcall and stdcall calling convensions

This commit is contained in:
2023-11-25 23:25:44 +01:00
parent e245754d95
commit bed49fa0ac
6 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
*/
XTFASTCALL
KRUNLEVEL
KeGetCurrentRunLevel()
KeGetCurrentRunLevel(VOID)
{
return HlGetRunLevel();
}