Module: wine Branch: master Commit: 7df4a81ff2fa4d22a55dd4c2192ef4f3053a87fe URL: https://gitlab.winehq.org/wine/wine/-/commit/7df4a81ff2fa4d22a55dd4c2192ef4f...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 20 17:10:47 2023 -0600
shell32: Use CRT allocation functions.
---
dlls/shell32/assoc.c | 36 +++++++-------- dlls/shell32/autocomplete.c | 48 ++++++++++---------- dlls/shell32/brsfolder.c | 12 ++--- dlls/shell32/control.c | 27 ++++++------ dlls/shell32/dataobject.c | 8 ++-- dlls/shell32/dialogs.c | 32 ++++++-------- dlls/shell32/ebrowser.c | 14 +++--- dlls/shell32/enumidlist.c | 4 +- dlls/shell32/folders.c | 12 ++--- dlls/shell32/iconcache.c | 27 ++++++------ dlls/shell32/pidl.c | 4 +- dlls/shell32/recyclebin.c | 46 +++++++++---------- dlls/shell32/shell32_main.c | 26 +++++------ dlls/shell32/shellitem.c | 34 +++++++------- dlls/shell32/shelllink.c | 2 +- dlls/shell32/shellord.c | 16 +++---- dlls/shell32/shellpath.c | 74 +++++++++++++++---------------- dlls/shell32/shfldr_fs.c | 8 ++-- dlls/shell32/shfldr_netplaces.c | 4 +- dlls/shell32/shlexec.c | 98 ++++++++++++++++++++--------------------- dlls/shell32/shlfileop.c | 53 +++++++++++----------- dlls/shell32/shlfsbind.c | 6 +-- dlls/shell32/shlmenu.c | 28 ++++++------ dlls/shell32/shlview.c | 8 ++-- dlls/shell32/shlview_cmenu.c | 17 ++++--- dlls/shell32/systray.c | 5 +-- 26 files changed, 319 insertions(+), 330 deletions(-)