summaryrefslogtreecommitdiff
path: root/binutils/windres.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-06-13 21:21:43 +0000
committerDJ Delorie <dj@delorie.com>2000-06-13 21:21:43 +0000
commit7707f1d32d3ef4abd428cfd161229bea0f2dace3 (patch)
tree988ece5d368de291ab96017e5cdee155d7bd93a8 /binutils/windres.h
parentcb69304f7c2b4c78f2f5459487ded23c0dad7f44 (diff)
downloadbinutils-redhat-7707f1d32d3ef4abd428cfd161229bea0f2dace3.tar.gz
* rcparse.y (control): ICON controls take an id as the first
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control.
Diffstat (limited to 'binutils/windres.h')
-rw-r--r--binutils/windres.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/windres.h b/binutils/windres.h
index ba73612982..8adc1ef357 100644
--- a/binutils/windres.h
+++ b/binutils/windres.h
@@ -812,6 +812,10 @@ extern struct dialog_control *define_control
PARAMS ((const char *, unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long, unsigned long, unsigned long,
unsigned long));
+extern struct dialog_control *define_icon_control
+ PARAMS ((struct res_id, unsigned long, unsigned long,
+ unsigned long, unsigned long, unsigned long, unsigned long,
+ struct rcdata_item *, struct dialog_ex *));
extern void define_font
PARAMS ((struct res_id, const struct res_res_info *, const char *));
extern void define_icon