msvcrt: Explicitly specify CDECL calling convention on exported functions.
diff --git a/dlls/msvcrt/main.c b/dlls/msvcrt/main.c
index 01b68aa..a1009f7 100644
--- a/dlls/msvcrt/main.c
+++ b/dlls/msvcrt/main.c
@@ -123,7 +123,7 @@
  *		$I10_OUTPUT (MSVCRT.@)
  * Function not really understood but needed to make the DLL work
  */
-void MSVCRT_I10_OUTPUT(void)
+void CDECL MSVCRT_I10_OUTPUT(void)
 {
   /* FIXME: This is probably data, not a function */
   /* no it is a function. I10 is an Int of 10 bytes */