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

dbghelp: Use Windows API to map macho files.

parent 2c39a955
...@@ -88,7 +88,7 @@ struct image_file_map ...@@ -88,7 +88,7 @@ struct image_file_map
{ {
size_t segs_size; size_t segs_size;
size_t segs_start; size_t segs_start;
int fd; HANDLE handle;
struct image_file_map* dsym; /* the debug symbols file associated with this one */ struct image_file_map* dsym; /* the debug symbols file associated with this one */
#ifdef HAVE_MACH_O_LOADER_H #ifdef HAVE_MACH_O_LOADER_H
......
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