Commit e014d325 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dbghelp: Get rid of no longer needed #ifdefs.

parent 6b1bc0be
......@@ -51,33 +51,16 @@
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_stabs);
/* 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
#define N_STSYM 0x26
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment