Nikolay Sivov : shell32: Use global memory allocation helpers.

Alexandre Julliard julliard at winehq.org
Thu Feb 22 15:07:47 CST 2018


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Feb 22 10:43:28 2018 +0300

shell32: Use global memory allocation helpers.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/assoc.c            |  36 +++++-----
 dlls/shell32/autocomplete.c     |  33 +++++----
 dlls/shell32/brsfolder.c        |  12 ++--
 dlls/shell32/control.c          |  24 +++----
 dlls/shell32/dataobject.c       |   9 ++-
 dlls/shell32/dde.c              |  58 +++++++--------
 dlls/shell32/dialogs.c          |  32 ++++-----
 dlls/shell32/ebrowser.c         |  15 ++--
 dlls/shell32/enumidlist.c       |   4 +-
 dlls/shell32/folders.c          |  13 ++--
 dlls/shell32/iconcache.c        |  26 +++----
 dlls/shell32/pidl.c             |   4 +-
 dlls/shell32/shell32_main.c     |  24 +++----
 dlls/shell32/shell32_main.h     |   7 +-
 dlls/shell32/shelldispatch.c    |  40 +++++------
 dlls/shell32/shellitem.c        |  38 +++++-----
 dlls/shell32/shelllink.c        | 151 +++++++++++++++++++---------------------
 dlls/shell32/shellole.c         |  16 ++---
 dlls/shell32/shellord.c         |  16 ++---
 dlls/shell32/shellpath.c        |  64 ++++++++---------
 dlls/shell32/shfldr_fs.c        |   7 +-
 dlls/shell32/shfldr_netplaces.c |   4 +-
 dlls/shell32/shfldr_unixfs.c    |  34 ++++-----
 dlls/shell32/shlexec.c          |  90 ++++++++++++------------
 dlls/shell32/shlfileop.c        |  50 ++++++-------
 dlls/shell32/shlfsbind.c        |   6 +-
 dlls/shell32/shlmenu.c          |  31 +++++----
 dlls/shell32/shlview.c          |   8 +--
 dlls/shell32/shlview_cmenu.c    |   6 +-
 dlls/shell32/systray.c          |   5 +-
 dlls/shell32/trash.c            |  33 +++++----
 dlls/shell32/xdg.c              |  19 ++---
 32 files changed, 451 insertions(+), 464 deletions(-)

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



More information about the wine-cvs mailing list