Module: wine Branch: master Commit: df65aee9267638d56376d56516b12db6aed77339 URL: https://gitlab.winehq.org/wine/wine/-/commit/df65aee9267638d56376d56516b12db...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Dec 7 18:58:19 2022 +0300
comctl32: Switch back to internal allocation function.
We are still using exported string functions internally, and that caused mismatches after recent incomplete switching to crt functions.
There is also no evidence that crt functions are used at all there, so for now switch back to fix mismatching calls.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
dlls/comctl32/animate.c | 28 +++++++-------- dlls/comctl32/button.c | 32 ++++++++--------- dlls/comctl32/combo.c | 21 ++++++----- dlls/comctl32/edit.c | 67 ++++++++++++++++++------------------ dlls/comctl32/header.c | 42 +++++++++++----------- dlls/comctl32/hotkey.c | 6 ++-- dlls/comctl32/imagelist.c | 49 +++++++++++++------------- dlls/comctl32/ipaddress.c | 4 +-- dlls/comctl32/listbox.c | 3 +- dlls/comctl32/listview.c | 88 +++++++++++++++++++++++------------------------ dlls/comctl32/monthcal.c | 26 +++++++------- dlls/comctl32/pager.c | 18 +++++----- dlls/comctl32/progress.c | 2 +- dlls/comctl32/static.c | 10 +++--- dlls/comctl32/treeview.c | 42 +++++++++++----------- dlls/comctl32/updown.c | 10 +++--- 16 files changed, 223 insertions(+), 225 deletions(-)