From 4710112bb79b1816a8a7da2b6512c9492885c4ce Mon Sep 17 00:00:00 2001 From: winesync Date: Fri, 11 Sep 2020 19:05:02 +0200 Subject: [PATCH] [WINESYNC] dbghelp: Get rid of no longer needed #ifdefs. Signed-off-by: Jacek Caban Signed-off-by: Alexandre Julliard wine commit id e014d325ddb87dbb4678ef47ef17f9e7f49b0248 by Jacek Caban --- dll/win32/dbghelp/stabs.c | 16 ---------------- sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/dll/win32/dbghelp/stabs.c b/dll/win32/dbghelp/stabs.c index c55ca5049c6..bf329152c1d 100644 --- a/dll/win32/dbghelp/stabs.c +++ b/dll/win32/dbghelp/stabs.c @@ -59,32 +59,16 @@ WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_stabs); #endif /* Masks for n_type field */ -#ifndef N_STAB #define N_STAB 0xe0 -#endif -#ifndef N_PEXT #define N_PEXT 0x10 -#endif -#ifndef N_TYPE #define N_TYPE 0x1e -#endif -#ifndef N_EXT #define N_EXT 0x01 -#endif /* Values for (n_type & N_TYPE) */ -#ifndef N_UNDF #define N_UNDF 0x00 -#endif -#ifndef N_ABS #define N_ABS 0x02 -#endif -#ifndef N_INDR #define N_INDR 0x0a -#endif -#ifndef N_SECT #define N_SECT 0x0e -#endif #define N_GSYM 0x20 #define N_FUN 0x24 diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index e1eddf4ee19..e06fc334c77 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: 6b1bc0beac510aa48a848b8182b9310f92609dd0 + wine: e014d325ddb87dbb4678ef47ef17f9e7f49b0248