commit | 24beabfd4e1951409c2dc237a9d49e730303c463 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jun 13 11:21:19 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 13 11:40:23 2006 +0200 |
tree | f546c4363e2538a46f3a1ee862cac22fbb886695 | |
parent | 28bbdf116cadba3e5436f78fa811ec2761c1af20 [diff] [blame] |
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 */