https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9ed477cdd96a416242e10f1ed657ac865ad00a0a
commit 9ed477cdd96a416242e10f1ed657ac865ad00a0a Author: winesync <[email protected]> AuthorDate: Fri Sep 11 15:55:53 2020 +0200 Commit: Jérôme Gardou <[email protected]> CommitDate: Wed Sep 16 10:35:40 2020 +0200 [WINESYNC] include: Get rid of the DPRINTF() macro. Signed-off-by: Alexandre Julliard <[email protected]> wine commit id 3d6febc997c808e7c91289c34f7bb48b8b1fe2bb by Alexandre Julliard <[email protected]> --- dll/win32/dbghelp/macho_module.c | 1 - sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dll/win32/dbghelp/macho_module.c b/dll/win32/dbghelp/macho_module.c index a0623352a73..9d83b006b7c 100644 --- a/dll/win32/dbghelp/macho_module.c +++ b/dll/win32/dbghelp/macho_module.c @@ -31,7 +31,6 @@ #include <CoreServices/CoreServices.h> #undef LoadResource #undef GetCurrentThread -#undef DPRINTF #endif #include <stdio.h> diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index 9d43f02472a..cc630733cd5 100644 --- a/sdk/tools/winesync/dbghelp.cfg +++ b/sdk/tools/winesync/dbghelp.cfg @@ -4,4 +4,4 @@ files: include/dbghelp.h: sdk/include/psdk/dbghelp.h include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h tags: - wine: 5651c9dd2819e67ff8aba698eed8d77abe4abcb8 + wine: 3d6febc997c808e7c91289c34f7bb48b8b1fe2bb
