[DBGHELP] Sync with Wine Staging 1.7.55. CORE-10536
[reactos.git] / reactos / dll / win32 / dbghelp / image_private.h
index 86a277c..9686104 100644 (file)
@@ -128,6 +128,7 @@ struct image_file_map
             {
                 const macho_section*            section;
                 const char*                     mapped;
+                unsigned int                    ignored : 1;
             }*                          sect;
 #endif
         } macho;