X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fwindint.h;h=7ae5e2930b3a26985872b2a7a5743ebc1fbc8d09;hb=5390c717386160683b436e35befd9dc7893065e5;hp=eed8f790fa5a48109cf127a7b8a76c334c52f189;hpb=cc643b88f142802bf907b2f28ff47c4d1bf55e8b;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/windint.h b/binutils/windint.h index eed8f790fa..7ae5e2930b 100644 --- a/binutils/windint.h +++ b/binutils/windint.h @@ -1,6 +1,5 @@ /* windint.h -- internal header file for windres program. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997-2020 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. @@ -944,6 +943,18 @@ struct __attribute__ ((__packed__)) bin_fixed_versioninfo }; #define BIN_FIXED_VERSIONINFO_SIZE 52 +/* A list of string version information. */ + +typedef struct rc_ver_stringtable +{ + /* Next item. */ + struct rc_ver_stringtable *next; + /* Language. */ + unichar *language; + /* Strings. */ + struct rc_ver_stringinfo *strings; +} rc_ver_stringtable; + /* A list of variable version information. */ typedef struct rc_ver_info @@ -957,10 +968,8 @@ typedef struct rc_ver_info /* StringFileInfo data. */ struct { - /* Language. */ - unichar *language; - /* Strings. */ - struct rc_ver_stringinfo *strings; + /* String tables. */ + struct rc_ver_stringtable *stringtables; } string; /* VarFileInfo data. */ struct