Piotr Caban : msvcp90: Remove MSVCRT_ prefix from new() and delete().

Alexandre Julliard julliard at winehq.org
Thu Aug 26 15:22:31 CDT 2021


Module: wine
Branch: master
Commit: 3a86f0a68fb137b1ddc1194125c1546bf72613bb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3a86f0a68fb137b1ddc1194125c1546bf72613bb

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Thu Aug 26 14:20:53 2021 +0200

msvcp90: Remove MSVCRT_ prefix from new() and delete().

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcirt/msvcirt.c    | 124 ++++++++++-----------
 dlls/msvcp60/ios.c        | 172 ++++++++++++++---------------
 dlls/msvcp60/main.c       |  12 +-
 dlls/msvcp60/msvcp.h      |   4 +-
 dlls/msvcp90/details.c    |   8 +-
 dlls/msvcp90/exception.c  |  24 ++--
 dlls/msvcp90/ios.c        | 166 ++++++++++++++--------------
 dlls/msvcp90/locale.c     | 274 +++++++++++++++++++++++-----------------------
 dlls/msvcp90/memory.c     |  12 +-
 dlls/msvcp90/misc.c       |  18 +--
 dlls/msvcp90/msvcp90.h    |   9 +-
 dlls/msvcp90/msvcp_main.c |  19 ++--
 dlls/msvcp90/string.c     |   8 +-
 13 files changed, 427 insertions(+), 423 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=3a86f0a68fb137b1ddc1194125c1546bf72613bb



More information about the wine-cvs mailing list