Module: wine Branch: master Commit: 14072676a60488413ccea6fe801bf9c97f20e9a7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14072676a60488413ccea6fe80...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 24 16:31:25 2010 +0200
msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer.
---
dlls/msvcirt/msvcirt.c | 16 +++++---- dlls/msvcp90/exception.c | 44 +++++++++++++------------- dlls/msvcp90/memory.c | 72 ++++++++++++++++++++++---------------------- dlls/msvcp90/msvcp90.h | 2 + dlls/msvcp90/string.c | 20 ++++++------ dlls/msvcrt/cpp.c | 76 +++++++++++++++++++++++---------------------- 6 files changed, 118 insertions(+), 112 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=14072676a60488413ccea6...