forked from Imagelibrary/binutils-gdb
2006-01-31 Filip Navara <navaraf@reactos.com>
* deffile.h (struct def_file_export): Add field flag_forward. * pe-dll.c (process_def_file): Check for forward exports. (generate_edata): Generate forward export symbols. (fill_edata): Emit them. * pe-dll.c (process_def_file): Don't crash on malformed fastcall symbol names in .def file.
This commit is contained in:
@@ -36,7 +36,7 @@ typedef struct def_file_export {
|
||||
char *internal_name; /* always set, may == name */
|
||||
int ordinal; /* -1 if not specified */
|
||||
int hint;
|
||||
char flag_private, flag_constant, flag_noname, flag_data;
|
||||
char flag_private, flag_constant, flag_noname, flag_data, flag_forward;
|
||||
} def_file_export;
|
||||
|
||||
typedef struct def_file_module {
|
||||
|
||||
Reference in New Issue
Block a user