Changeset 22079 for branches/swt/include


Ignore:
Timestamp:
Aug 22, 2014, 3:31:12 PM (11 years ago)
Author:
rousseau
Message:

Fix nameless union in 'msctf.h'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/include/win/msctf.h

    r22076 r22079  
    25602560typedef struct TF_DA_COLOR {
    25612561    TF_DA_COLORTYPE type;
    2562     __C89_NAMELESS union {
     2562///-------------------------------------------------------------------[swt-os2]
     2563    union {
    25632564        int nIndex;
    25642565        COLORREF cr;
    2565     } __C89_NAMELESSUNIONNAME;
     2566    } DUMMYUNIONNAME;
     2567///----------------------------------------------------------------------------
    25662568} TF_DA_COLOR;
    25672569typedef enum __WIDL_msctf_generated_name_00000009 {
Note: See TracChangeset for help on using the changeset viewer.