diff options
Diffstat (limited to 'binutils/windres.h')
-rw-r--r-- | binutils/windres.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/windres.h b/binutils/windres.h index a3c789a..db43dd5 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -742,6 +742,8 @@ struct bindata unsigned char *data; }; +extern int verbose; + /* Function declarations. */ extern struct res_directory *read_rc_file |