Alexandre Julliard : msvcrt: Add __cdecl to all function prototypes.

Alexandre Julliard julliard at winehq.org
Wed Dec 17 09:39:46 CST 2008


Module: wine
Branch: master
Commit: bb33b0a21dec69507447bae713063bb313c5ce85
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bb33b0a21dec69507447bae713063bb313c5ce85

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Dec 17 14:45:18 2008 +0100

msvcrt: Add __cdecl to all function prototypes.

---

 dlls/crtdll/crtdll_main.c  |    2 -
 dlls/msvcrt/lock.c         |    3 +-
 dlls/msvcrt/mtdll.h        |    4 +-
 include/msvcrt/conio.h     |   34 +++---
 include/msvcrt/crtdbg.h    |   16 +-
 include/msvcrt/ctype.h     |   74 ++++++------
 include/msvcrt/direct.h    |   26 ++--
 include/msvcrt/dos.h       |    2 +-
 include/msvcrt/eh.h        |   24 ++--
 include/msvcrt/errno.h     |    2 +-
 include/msvcrt/float.h     |   16 +-
 include/msvcrt/io.h        |  100 +++++++-------
 include/msvcrt/locale.h    |    6 +-
 include/msvcrt/malloc.h    |   40 +++---
 include/msvcrt/math.h      |   62 +++++-----
 include/msvcrt/mbctype.h   |   32 +++---
 include/msvcrt/mbstring.h  |  149 +++++++++++-----------
 include/msvcrt/memory.h    |   12 +-
 include/msvcrt/process.h   |  106 ++++++++--------
 include/msvcrt/search.h    |   12 +-
 include/msvcrt/setjmp.h    |    4 +-
 include/msvcrt/signal.h    |    6 +-
 include/msvcrt/stddef.h    |    6 +-
 include/msvcrt/stdio.h     |  200 ++++++++++++++--------------
 include/msvcrt/stdlib.h    |  202 ++++++++++++++---------------
 include/msvcrt/string.h    |  120 +++++++++---------
 include/msvcrt/sys/stat.h  |   20 ++--
 include/msvcrt/sys/timeb.h |    2 +-
 include/msvcrt/sys/utime.h |    7 +-
 include/msvcrt/time.h      |   46 ++++----
 include/msvcrt/wchar.h     |  308 ++++++++++++++++++++++----------------------
 include/msvcrt/wctype.h    |   34 +++---
 32 files changed, 832 insertions(+), 845 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=bb33b0a21dec69507447bae713063bb313c5ce85



More information about the wine-cvs mailing list