Skip to content
Snippets Groups Projects
Commit 4f10164f authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Fixed nameless union/struct declaration.

parent 7057110e
No related branches found
No related tags found
No related merge requests found
......@@ -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_ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment