diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-07 22:33:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-07 22:33:48 +0000 |
commit | 5a298d2d9c2cf09936f8380963173e6b66249207 (patch) | |
tree | 076dd5b5daaad77f5017c9422212dcd09ee99846 /binutils/windres.h | |
parent | fa19fce00328512d4e0e86da9fa7ca4487997c7c (diff) | |
download | gdb-5a298d2d9c2cf09936f8380963173e6b66249207.zip gdb-5a298d2d9c2cf09936f8380963173e6b66249207.tar.gz gdb-5a298d2d9c2cf09936f8380963173e6b66249207.tar.bz2 |
Apply Mumit Khan's patch to allow temporary file for process interconnection
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 *)); |