X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2Fwindres.h;h=3e65886c81fd4c5c5f7240228c3d38f7bb32a128;hb=b8edc417a7143d28618086f1d6d946201001a075;hp=d7494ec6a27cf72c7a9c1962173ae423e5387f58;hpb=4a594fce16683232bbb2e239d3e3ebcfcde16d1a;p=binutils-gdb.git diff --git a/binutils/windres.h b/binutils/windres.h index d7494ec6a27..3e65886c81f 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -8,7 +8,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, @@ -115,6 +115,7 @@ extern rc_ver_stringinfo *append_verval (rc_ver_stringinfo *, const unichar *, c 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 *, ...);