binutils-gdb/binutils/windres.h

123 lines
5.7 KiB
C
Raw Normal View History

1999-05-03 09:29:11 +02:00
/* windres.h -- header file for windres program.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
1999-05-03 09:29:11 +02:00
Written by Ian Lance Taylor, Cygnus Support.
2007-05-23 10:48:29 +02:00
Rewritten by Kai Tietz, Onevision.
1999-05-03 09:29:11 +02:00
This file is part of GNU Binutils.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
2007-07-05 18:54:46 +02:00
the Free Software Foundation; either version 3 of the License, or
1999-05-03 09:29:11 +02:00
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
2005-05-08 16:17:41 +02:00
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
1999-05-03 09:29:11 +02:00
#include "ansidecl.h"
1999-05-03 09:29:11 +02:00
/* This is the header file for the windres program. It defines
structures and declares functions used within the program. */
#include "winduni.h"
2007-05-23 10:48:29 +02:00
#include "windint.h"
1999-05-03 09:29:11 +02:00
extern int verbose;
1999-05-03 09:29:11 +02:00
/* Function declarations. */
2007-05-23 10:48:29 +02:00
extern rc_res_directory *read_rc_file (const char *, const char *, const char *, int, int);
extern rc_res_directory *read_res_file (const char *);
extern rc_res_directory *read_coff_rsrc (const char *, const char *);
extern void write_rc_file (const char *, const rc_res_directory *);
extern void write_res_file (const char *, const rc_res_directory *);
extern void write_coff_file (const char *, const char *, const rc_res_directory *);
1999-05-03 09:29:11 +02:00
2007-05-23 10:48:29 +02:00
extern rc_res_resource *bin_to_res (windres_bfd *, rc_res_id, const bfd_byte *,
rc_uint_type);
extern rc_uint_type res_to_bin (windres_bfd *, rc_uint_type, const rc_res_resource *);
1999-05-03 09:29:11 +02:00
2007-05-23 10:48:29 +02:00
extern FILE *open_file_search (const char *, const char *, const char *, char **);
1999-05-03 09:29:11 +02:00
2007-05-23 10:48:29 +02:00
extern void *res_alloc (rc_uint_type);
extern void *reswr_alloc (rc_uint_type);
1999-05-03 09:29:11 +02:00
/* Resource ID handling. */
2007-05-23 10:48:29 +02:00
extern int res_id_cmp (rc_res_id, rc_res_id);
extern void res_id_print (FILE *, rc_res_id, int);
extern void res_ids_print (FILE *, int, const rc_res_id *);
extern void res_string_to_id (rc_res_id *, const char *);
extern void res_unistring_to_id (rc_res_id *, const unichar *);
1999-05-03 09:29:11 +02:00
/* Manipulation of the resource tree. */
2007-05-23 10:48:29 +02:00
extern rc_res_resource *define_resource (rc_res_directory **, int, const rc_res_id *,
int);
extern rc_res_resource *define_standard_resource (rc_res_directory **, int, rc_res_id,
rc_uint_type, int);
1999-05-03 09:29:11 +02:00
2007-05-23 10:48:29 +02:00
extern int extended_dialog (const rc_dialog *);
extern int extended_menu (const rc_menu *);
1999-05-03 09:29:11 +02:00
/* Communication between the rc file support and the parser and lexer. */
extern int yydebug;
extern char *rc_filename;
extern int rc_lineno;
extern int yyparse (void);
extern int yylex (void);
extern void yyerror (const char *);
extern void rcparse_warning (const char *);
extern void rcparse_set_language (int);
extern void rcparse_discard_strings (void);
extern void rcparse_rcdata (void);
extern void rcparse_normal (void);
1999-05-03 09:29:11 +02:00
2007-05-23 10:48:29 +02:00
extern void define_accelerator (rc_res_id, const rc_res_res_info *, rc_accelerator *);
extern void define_bitmap (rc_res_id, const rc_res_res_info *, const char *);
extern void define_cursor (rc_res_id, const rc_res_res_info *, const char *);
extern void define_dialog (rc_res_id, const rc_res_res_info *, const rc_dialog *);
extern rc_dialog_control *define_control (const rc_res_id, rc_uint_type, rc_uint_type,
rc_uint_type, rc_uint_type, rc_uint_type,
const rc_res_id, rc_uint_type, rc_uint_type);
extern rc_dialog_control *define_icon_control (rc_res_id, rc_uint_type, rc_uint_type,
rc_uint_type, rc_uint_type, rc_uint_type,
rc_uint_type, rc_rcdata_item *,
rc_dialog_ex *);
extern void define_font (rc_res_id, const rc_res_res_info *, const char *);
extern void define_icon (rc_res_id, const rc_res_res_info *, const char *);
extern void define_menu (rc_res_id, const rc_res_res_info *, rc_menuitem *);
extern rc_menuitem *define_menuitem (const unichar *, rc_uint_type, rc_uint_type,
rc_uint_type, rc_uint_type, rc_menuitem *);
extern void define_messagetable (rc_res_id, const rc_res_res_info *, const char *);
extern void define_rcdata (rc_res_id, const rc_res_res_info *, rc_rcdata_item *);
extern void define_rcdata_file (rc_res_id, const rc_res_res_info *, const char *);
extern rc_rcdata_item *define_rcdata_string (const char *, rc_uint_type);
extern rc_rcdata_item *define_rcdata_unistring (const unichar *, rc_uint_type);
extern rc_rcdata_item *define_rcdata_number (rc_uint_type, int);
extern void define_stringtable (const rc_res_res_info *, rc_uint_type, const unichar *, int);
2007-05-23 10:48:29 +02:00
extern void define_user_data (rc_res_id, rc_res_id, const rc_res_res_info *, rc_rcdata_item *);
extern void define_toolbar (rc_res_id, rc_res_res_info *, rc_uint_type ,rc_uint_type ,rc_toolbar_item *);
extern void define_user_file (rc_res_id, rc_res_id, const rc_res_res_info *, const char *);
extern void define_versioninfo (rc_res_id, rc_uint_type, rc_fixed_versioninfo *, rc_ver_info *);
extern rc_ver_info *append_ver_stringfileinfo (rc_ver_info *, rc_ver_stringtable *);
extern rc_ver_stringtable *append_ver_stringtable (rc_ver_stringtable *, const char *, rc_ver_stringinfo *);
2007-05-23 10:48:29 +02:00
extern rc_ver_info *append_ver_varfileinfo (rc_ver_info *, const unichar *, rc_ver_varinfo *);
extern rc_ver_stringinfo *append_verval (rc_ver_stringinfo *, const unichar *, const unichar *);
extern rc_ver_varinfo *append_vertrans (rc_ver_varinfo *, rc_uint_type, rc_uint_type);
extern bfd *windres_open_as_binary (const char *, int);
extern void windres_add_include_dir (const char *);
2007-05-23 10:48:29 +02:00
extern int wr_printcomment (FILE *, const char *, ...);
extern int wr_print (FILE *, const char *, ...);
#define wr_print_flush(FP) wr_print ((FP),NULL)