Commit | Line | Data |
---|---|---|
252b5132 | 1 | /* windres.h -- header file for windres program. |
4a594fce | 2 | Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 |
b09a7772 | 3 | Free Software Foundation, Inc. |
252b5132 | 4 | Written by Ian Lance Taylor, Cygnus Support. |
4a594fce | 5 | Rewritten by Kai Tietz, Onevision. |
252b5132 RH |
6 | |
7 | This file is part of GNU Binutils. | |
8 | ||
9 | This program is free software; you can redistribute it and/or modify | |
10 | it under the terms of the GNU General Public License as published by | |
32866df7 | 11 | the Free Software Foundation; either version 3 of the License, or |
252b5132 RH |
12 | (at your option) any later version. |
13 | ||
14 | This program is distributed in the hope that it will be useful, | |
15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 | GNU General Public License for more details. | |
18 | ||
19 | You should have received a copy of the GNU General Public License | |
20 | along with this program; if not, write to the Free Software | |
b43b5d5f NC |
21 | Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA |
22 | 02110-1301, USA. */ | |
252b5132 | 23 | |
e9792343 | 24 | #include "ansidecl.h" |
252b5132 RH |
25 | |
26 | /* This is the header file for the windres program. It defines | |
27 | structures and declares functions used within the program. */ | |
28 | ||
29 | #include "winduni.h" | |
4a594fce | 30 | #include "windint.h" |
252b5132 | 31 | |
751d21b5 DD |
32 | extern int verbose; |
33 | ||
252b5132 RH |
34 | /* Function declarations. */ |
35 | ||
4a594fce NC |
36 | extern rc_res_directory *read_rc_file (const char *, const char *, const char *, int, int); |
37 | extern rc_res_directory *read_res_file (const char *); | |
38 | extern rc_res_directory *read_coff_rsrc (const char *, const char *); | |
39 | extern void write_rc_file (const char *, const rc_res_directory *); | |
40 | extern void write_res_file (const char *, const rc_res_directory *); | |
41 | extern void write_coff_file (const char *, const char *, const rc_res_directory *); | |
252b5132 | 42 | |
4a594fce NC |
43 | extern rc_res_resource *bin_to_res (windres_bfd *, rc_res_id, const bfd_byte *, |
44 | rc_uint_type); | |
45 | extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *); | |
252b5132 | 46 | |
4a594fce | 47 | extern FILE *open_file_search (const char *, const char *, const char *, char **); |
252b5132 | 48 | |
4a594fce NC |
49 | extern void *res_alloc (rc_uint_type); |
50 | extern void *reswr_alloc (rc_uint_type); | |
252b5132 RH |
51 | |
52 | /* Resource ID handling. */ | |
53 | ||
4a594fce NC |
54 | extern int res_id_cmp (rc_res_id, rc_res_id); |
55 | extern void res_id_print (FILE *, rc_res_id, int); | |
56 | extern void res_ids_print (FILE *, int, const rc_res_id *); | |
57 | extern void res_string_to_id (rc_res_id *, const char *); | |
58 | extern void res_unistring_to_id (rc_res_id *, const unichar *); | |
252b5132 RH |
59 | |
60 | /* Manipulation of the resource tree. */ | |
61 | ||
4a594fce NC |
62 | extern rc_res_resource *define_resource (rc_res_directory **, int, const rc_res_id *, |
63 | int); | |
64 | extern rc_res_resource *define_standard_resource (rc_res_directory **, int, rc_res_id, | |
65 | rc_uint_type, int); | |
252b5132 | 66 | |
4a594fce NC |
67 | extern int extended_dialog (const rc_dialog *); |
68 | extern int extended_menu (const rc_menu *); | |
252b5132 RH |
69 | |
70 | /* Communication between the rc file support and the parser and lexer. */ | |
71 | ||
72 | extern int yydebug; | |
252b5132 RH |
73 | extern char *rc_filename; |
74 | extern int rc_lineno; | |
7adbf450 | 75 | |
2da42df6 AJ |
76 | extern int yyparse (void); |
77 | extern int yylex (void); | |
78 | extern void yyerror (const char *); | |
79 | extern void rcparse_warning (const char *); | |
80 | extern void rcparse_set_language (int); | |
81 | extern void rcparse_discard_strings (void); | |
82 | extern void rcparse_rcdata (void); | |
83 | extern void rcparse_normal (void); | |
252b5132 | 84 | |
4a594fce NC |
85 | extern void define_accelerator (rc_res_id, const rc_res_res_info *, rc_accelerator *); |
86 | extern void define_bitmap (rc_res_id, const rc_res_res_info *, const char *); | |
87 | extern void define_cursor (rc_res_id, const rc_res_res_info *, const char *); | |
88 | extern void define_dialog (rc_res_id, const rc_res_res_info *, const rc_dialog *); | |
89 | extern rc_dialog_control *define_control (const rc_res_id, rc_uint_type, rc_uint_type, | |
90 | rc_uint_type, rc_uint_type, rc_uint_type, | |
91 | const rc_res_id, rc_uint_type, rc_uint_type); | |
92 | extern rc_dialog_control *define_icon_control (rc_res_id, rc_uint_type, rc_uint_type, | |
93 | rc_uint_type, rc_uint_type, rc_uint_type, | |
94 | rc_uint_type, rc_rcdata_item *, | |
95 | rc_dialog_ex *); | |
96 | extern void define_font (rc_res_id, const rc_res_res_info *, const char *); | |
97 | extern void define_icon (rc_res_id, const rc_res_res_info *, const char *); | |
98 | extern void define_menu (rc_res_id, const rc_res_res_info *, rc_menuitem *); | |
99 | extern rc_menuitem *define_menuitem (const unichar *, rc_uint_type, rc_uint_type, | |
100 | rc_uint_type, rc_uint_type, rc_menuitem *); | |
101 | extern void define_messagetable (rc_res_id, const rc_res_res_info *, const char *); | |
102 | extern void define_rcdata (rc_res_id, const rc_res_res_info *, rc_rcdata_item *); | |
103 | extern void define_rcdata_file (rc_res_id, const rc_res_res_info *, const char *); | |
104 | extern rc_rcdata_item *define_rcdata_string (const char *, rc_uint_type); | |
105 | extern rc_rcdata_item *define_rcdata_unistring (const unichar *, rc_uint_type); | |
106 | extern rc_rcdata_item *define_rcdata_number (rc_uint_type, int); | |
107 | extern void define_stringtable (const rc_res_res_info *, rc_uint_type, const unichar *); | |
108 | extern void define_user_data (rc_res_id, rc_res_id, const rc_res_res_info *, rc_rcdata_item *); | |
109 | extern void define_toolbar (rc_res_id, rc_res_res_info *, rc_uint_type ,rc_uint_type ,rc_toolbar_item *); | |
110 | extern void define_user_file (rc_res_id, rc_res_id, const rc_res_res_info *, const char *); | |
111 | extern void define_versioninfo (rc_res_id, rc_uint_type, rc_fixed_versioninfo *, rc_ver_info *); | |
112 | extern rc_ver_info *append_ver_stringfileinfo (rc_ver_info *, const char *, rc_ver_stringinfo *); | |
113 | extern rc_ver_info *append_ver_varfileinfo (rc_ver_info *, const unichar *, rc_ver_varinfo *); | |
114 | extern rc_ver_stringinfo *append_verval (rc_ver_stringinfo *, const unichar *, const unichar *); | |
115 | extern rc_ver_varinfo *append_vertrans (rc_ver_varinfo *, rc_uint_type, rc_uint_type); | |
116 | ||
117 | extern bfd *windres_open_as_binary (const char *, int); | |
c6998d15 | 118 | extern void windres_add_include_dir (const char *); |
4a594fce NC |
119 | |
120 | extern int wr_printcomment (FILE *, const char *, ...); | |
121 | extern int wr_print (FILE *, const char *, ...); | |
122 | #define wr_print_flush(FP) wr_print ((FP),NULL) |