Fix function prototypes using fastcall and stdcall calling convensions

Este commit está contenido en:
2023-11-25 23:25:44 +01:00
padre e245754d95
commit bed49fa0ac
Se han modificado 6 ficheros con 7 adiciones y 7 borrados

Ver fichero

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