Module: wine Branch: master Commit: dccedd4761b7081199a242c564ba9fb433fc4eba URL: https://source.winehq.org/git/wine.git/?a=commit;h=dccedd4761b7081199a242c56... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Thu Dec 12 01:11:01 2019 +0100 dmloader: Use the debug functions provided by dmobject.[ch]. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dmloader/container.c | 1 - dlls/dmloader/debug.c | 270 --------------------------------------- dlls/dmloader/debug.h | 16 --- dlls/dmloader/dmloader_private.h | 1 + dlls/dmloader/dmobject.c | 247 ++++++++++++++++++++++++++++++++++- dlls/dmloader/dmobject.h | 14 +- 6 files changed, 254 insertions(+), 295 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dccedd4761b7081199a24...