[FREELDR] Fix a whole bunch of assumptions about default calling convention being...
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr.c
index f1ad520..d6bcaa8 100644 (file)
@@ -26,7 +26,7 @@ DBG_DEFAULT_CHANNEL(WARNING);
 
 /* FUNCTIONS ******************************************************************/
 
-VOID BootMain(LPSTR CmdLine)
+VOID __cdecl BootMain(LPSTR CmdLine)
 {
     CmdLineParse(CmdLine);
     MachInit(CmdLine);