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