Changeset 21447 for trunk/include


Ignore:
Timestamp:
Sep 18, 2010, 5:27:16 PM (15 years ago)
Author:
dmik
Message:

Fixed ntdll build break by gcc4 by fixing DUMMYUNIONNAME/DUMMYSTRUCTNAME macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/windef.h

    r21421 r21447  
    182182#define DUMMYSTRUCTNAME4
    183183#define DUMMYSTRUCTNAME5
     184#define DUMMYSTRUCTNAME_DOT
     185#define DUMMYSTRUCTNAME1_DOT
     186#define DUMMYSTRUCTNAME2_DOT
     187#define DUMMYSTRUCTNAME3_DOT
     188#define DUMMYSTRUCTNAME4_DOT
     189#define DUMMYSTRUCTNAME5_DOT
    184190#else /* !defined(NONAMELESSSTRUCT) */
    185191#define DUMMYSTRUCTNAME   s
     
    189195#define DUMMYSTRUCTNAME4  s4
    190196#define DUMMYSTRUCTNAME5  s5
     197#define DUMMYSTRUCTNAME_DOT   s.
     198#define DUMMYSTRUCTNAME1_DOT  s1.
     199#define DUMMYSTRUCTNAME2_DOT  s2.
     200#define DUMMYSTRUCTNAME3_DOT  s3.
     201#define DUMMYSTRUCTNAME4_DOT  s4.
     202#define DUMMYSTRUCTNAME5_DOT  s5.
    191203#endif /* !defined(NONAMELESSSTRUCT) */
    192204
     
    201213#define DUMMYUNIONNAME7
    202214#define DUMMYUNIONNAME8
     215#define DUMMYUNIONNAME_DOT
     216#define DUMMYUNIONNAME1_DOT
     217#define DUMMYUNIONNAME2_DOT
     218#define DUMMYUNIONNAME3_DOT
     219#define DUMMYUNIONNAME4_DOT
     220#define DUMMYUNIONNAME5_DOT
     221#define DUMMYUNIONNAME6_DOT
     222#define DUMMYUNIONNAME7_DOT
     223#define DUMMYUNIONNAME8_DOT
    203224#else /* !defined(NONAMELESSUNION) */
    204225#define DUMMYUNIONNAME   u
     
    211232#define DUMMYUNIONNAME7  u7
    212233#define DUMMYUNIONNAME8  u8
     234#define DUMMYUNIONNAME_DOT   u.
     235#define DUMMYUNIONNAME1_DOT  u1.
     236#define DUMMYUNIONNAME2_DOT  u2.
     237#define DUMMYUNIONNAME3_DOT  u3.
     238#define DUMMYUNIONNAME4_DOT  u4.
     239#define DUMMYUNIONNAME5_DOT  u5.
     240#define DUMMYUNIONNAME6_DOT  u6.
     241#define DUMMYUNIONNAME7_DOT  u7.
     242#define DUMMYUNIONNAME8_DOT  u8.
    213243#endif /* !defined(NONAMELESSUNION) */
    214244
Note: See TracChangeset for help on using the changeset viewer.