Correct One struct

svn path=/trunk/; revision=18892
This commit is contained in:
Magnus Olsen 2005-10-30 19:36:29 +00:00
parent fae0adf2df
commit 5f33f3f7cd

View file

@ -151,19 +151,19 @@ typedef struct _D3DCOLORVALUE {
union { union {
D3DVALUE r; D3DVALUE r;
D3DVALUE dvR; D3DVALUE dvR;
} DUMMYUNIONNAME1; };
union { union {
D3DVALUE g; D3DVALUE g;
D3DVALUE dvG; D3DVALUE dvG;
} DUMMYUNIONNAME2; };
union { union {
D3DVALUE b; D3DVALUE b;
D3DVALUE dvB; D3DVALUE dvB;
} DUMMYUNIONNAME3; };
union { union {
D3DVALUE a; D3DVALUE a;
D3DVALUE dvA; D3DVALUE dvA;
} DUMMYUNIONNAME4; };
} D3DCOLORVALUE,*LPD3DCOLORVALUE; } D3DCOLORVALUE,*LPD3DCOLORVALUE;
typedef struct _D3DRECT { typedef struct _D3DRECT {