Commit 4f10164f authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed nameless union/struct declaration.

parent 7057110e
......@@ -777,10 +777,9 @@ typedef struct _D3DMATRIX {
float _21, _22, _23, _24;
float _31, _32, _33, _34;
float _41, _42, _43, _44;
};
} DUMMYSTRUCTNAME;
float m[4][4];
};
} DUMMYUNIONNAME;
} D3DMATRIX;
typedef struct _D3DPRESENT_PARAMETERS_ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment