OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [windint.h] - Diff between revs 15 and 163

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 15 Rev 163
Line 942... Line 942...
  bfd_byte file_date_ms[4];
  bfd_byte file_date_ms[4];
  bfd_byte file_date_ls[4];
  bfd_byte file_date_ls[4];
};
};
#define BIN_FIXED_VERSIONINFO_SIZE 52
#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.  */
/* A list of variable version information.  */
 
 
typedef struct rc_ver_info
typedef struct rc_ver_info
{
{
  /* Next item.  */
  /* Next item.  */
Line 955... Line 967...
  union
  union
  {
  {
    /* StringFileInfo data.  */
    /* StringFileInfo data.  */
    struct
    struct
    {
    {
      /* Language.  */
      /* String tables.  */
      unichar *language;
      struct rc_ver_stringtable *stringtables;
      /* Strings.  */
 
      struct rc_ver_stringinfo *strings;
 
    } string;
    } string;
    /* VarFileInfo data.  */
    /* VarFileInfo data.  */
    struct
    struct
    {
    {
      /* Key.  */
      /* Key.  */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.