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

dbghelp: Use Windows API to map ELF files.

parent 54387427
...@@ -67,7 +67,7 @@ struct image_file_map ...@@ -67,7 +67,7 @@ struct image_file_map
{ {
size_t elf_size; size_t elf_size;
size_t elf_start; size_t elf_start;
int fd; HANDLE handle;
const char* shstrtab; const char* shstrtab;
struct image_file_map* alternate; /* another ELF file (linked to this one) */ struct image_file_map* alternate; /* another ELF file (linked to this one) */
char* target_copy; char* target_copy;
......
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