forked from xt-sys/exectos
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(;;)
|
||||
|
Reference in New Issue
Block a user