diff options
Diffstat (limited to 'binutils/windres.h')
-rw-r--r-- | binutils/windres.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/windres.h b/binutils/windres.h index db43dd5..ba73612 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -747,7 +747,7 @@ extern int verbose; /* Function declarations. */ extern struct res_directory *read_rc_file - PARAMS ((const char *, const char *, const char *, int)); + PARAMS ((const char *, const char *, const char *, int, int)); extern struct res_directory *read_res_file PARAMS ((const char *)); extern struct res_directory *read_coff_rsrc PARAMS ((const char *, const char *)); |