1 |
15 |
khays |
/* windres.h -- header file for windres program.
|
2 |
|
|
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007
|
3 |
|
|
Free Software Foundation, Inc.
|
4 |
|
|
Written by Ian Lance Taylor, Cygnus Support.
|
5 |
|
|
Rewritten by Kai Tietz, Onevision.
|
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
|
11 |
|
|
the Free Software Foundation; either version 3 of the License, or
|
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
|
21 |
|
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
22 |
|
|
02110-1301, USA. */
|
23 |
|
|
|
24 |
|
|
#include "ansidecl.h"
|
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"
|
30 |
|
|
#include "windint.h"
|
31 |
|
|
|
32 |
|
|
extern int verbose;
|
33 |
|
|
|
34 |
|
|
/* Function declarations. */
|
35 |
|
|
|
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 *);
|
42 |
|
|
|
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 *);
|
46 |
|
|
|
47 |
|
|
extern FILE *open_file_search (const char *, const char *, const char *, char **);
|
48 |
|
|
|
49 |
|
|
extern void *res_alloc (rc_uint_type);
|
50 |
|
|
extern void *reswr_alloc (rc_uint_type);
|
51 |
|
|
|
52 |
|
|
/* Resource ID handling. */
|
53 |
|
|
|
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 *);
|
59 |
|
|
|
60 |
|
|
/* Manipulation of the resource tree. */
|
61 |
|
|
|
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);
|
66 |
|
|
|
67 |
|
|
extern int extended_dialog (const rc_dialog *);
|
68 |
|
|
extern int extended_menu (const rc_menu *);
|
69 |
|
|
|
70 |
|
|
/* Communication between the rc file support and the parser and lexer. */
|
71 |
|
|
|
72 |
|
|
extern int yydebug;
|
73 |
|
|
extern char *rc_filename;
|
74 |
|
|
extern int rc_lineno;
|
75 |
|
|
|
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);
|
84 |
|
|
|
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);
|
118 |
|
|
extern void windres_add_include_dir (const char *);
|
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)
|