Module: wine Branch: refs/heads/master Commit: 24beabfd4e1951409c2dc237a9d49e730303c463 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=24beabfd4e1951409c2dc237...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 13 11:21:19 2006 +0200
msvcrt: Explicitly specify CDECL calling convention on exported functions.
---
dlls/msvcrt/console.c | 16 ++- dlls/msvcrt/cpp.c | 20 ++-- dlls/msvcrt/cppexcept.c | 26 +++-- dlls/msvcrt/ctype.c | 42 ++++----- dlls/msvcrt/data.c | 46 +++++---- dlls/msvcrt/dir.c | 64 ++++++------- dlls/msvcrt/environ.c | 8 +- dlls/msvcrt/errno.c | 14 +-- dlls/msvcrt/except.c | 30 +++--- dlls/msvcrt/exit.c | 22 ++-- dlls/msvcrt/file.c | 232 ++++++++++++++++++++++++----------------------- dlls/msvcrt/heap.c | 44 ++++----- dlls/msvcrt/locale.c | 24 ++--- dlls/msvcrt/lock.c | 4 - dlls/msvcrt/main.c | 2 dlls/msvcrt/math.c | 146 +++++++++++++++--------------- dlls/msvcrt/mbcs.c | 122 ++++++++++++------------- dlls/msvcrt/misc.c | 24 ++--- dlls/msvcrt/process.c | 52 +++++------ dlls/msvcrt/scanf.c | 14 +-- dlls/msvcrt/string.c | 22 ++-- dlls/msvcrt/thread.c | 8 +- dlls/msvcrt/time.c | 48 +++++----- dlls/msvcrt/undname.c | 12 +- dlls/msvcrt/wcs.c | 60 ++++++------ 25 files changed, 551 insertions(+), 551 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=24beabfd4e1951409c2d...