X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fwindres.h;h=798cd5a19af4255f6bf18fda93297cd410c2b340;hb=22aa1d51198689f5f3f01a874b405bf4449cbfb0;hp=d7494ec6a27cf72c7a9c1962173ae423e5387f58;hpb=4a594fce16683232bbb2e239d3e3ebcfcde16d1a;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/windres.h b/binutils/windres.h index d7494ec6a2..798cd5a19a 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -1,6 +1,5 @@ /* windres.h -- header file for windres program. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1997-2020 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. @@ -8,7 +7,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -104,17 +103,19 @@ 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 *); +extern void define_stringtable (const rc_res_res_info *, rc_uint_type, const unichar *, int); 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 *, const char *, rc_ver_stringinfo *); +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 *); 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 *); extern int wr_printcomment (FILE *, const char *, ...); extern int wr_print (FILE *, const char *, ...);