[WINESYNC] dbghelp: Get rid of no longer needed #ifdefs.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id e014d325ddb87dbb4678ef47ef17f9e7f49b0248 by Jacek Caban <jacek@codeweavers.com>
This commit is contained in:
winesync 2020-09-11 19:05:02 +02:00 committed by Jérôme Gardou
parent 63c0d5e35a
commit 4710112bb7
2 changed files with 1 additions and 17 deletions

View file

@ -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

View file

@ -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