Fix function prototypes using fastcall and stdcall calling convensions

这个提交包含在:
2023-11-25 23:25:44 +01:00
父节点 e245754d95
当前提交 bed49fa0ac
共有 6 个文件被更改,包括 7 次插入7 次删除

查看文件

@@ -18,7 +18,7 @@
*/
XTAPI
VOID
KeHaltSystem()
KeHaltSystem(VOID)
{
/* Enter infinite loop */
for(;;)