https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ef7106dc2aafbbcab05ff6...
commit ef7106dc2aafbbcab05ff6901f0b931acd9c240c Author: winesync ros-dev@reactos.org AuthorDate: Fri Sep 11 15:56:31 2020 +0200 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Wed Sep 16 10:35:41 2020 +0200
[WINESYNC] include: Move inline assembly definitions to a new wine/asm.h header.
Signed-off-by: Alexandre Julliard julliard@winehq.org
wine commit id d5a372abbba2e174de78855bdd4a004b56cdc006 by Alexandre Julliard julliard@winehq.org --- dll/win32/dbghelp/minidump.c | 1 + sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dll/win32/dbghelp/minidump.c b/dll/win32/dbghelp/minidump.c index 2007353098f..a6524771a80 100644 --- a/dll/win32/dbghelp/minidump.c +++ b/dll/win32/dbghelp/minidump.c @@ -29,6 +29,7 @@ #include "dbghelp_private.h" #include "winternl.h" #include "psapi.h" +#include "wine/asm.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp); diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index ef3a09455a6..3a107b62be3 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: 061f65f9aaa5e6c9e34f407293906a2cc9033f0d + wine: d5a372abbba2e174de78855bdd4a004b56cdc006