Commit 7e4fd17d authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

dbghelp: Translate the 32-bit ELF symbol struct to the 64-bit one.

parent 51ada19a
......@@ -56,14 +56,7 @@ typedef struct section macho_section;
#define IMAGE_NO_MAP ((void*)-1)
#ifdef __ELF__
#ifdef _WIN64
#define Elf_Sym Elf64_Sym
#else
#define Elf_Sym Elf32_Sym
#endif
#else
#ifndef __ELF__
#ifndef SHT_NULL
#define SHT_NULL 0
#endif
......
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