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