Signed-off-by: Francois Gouget fgouget@free.fr
So this happens whenever winapi_test runs into a union or struct which contains a field which is itself a union or struct.
One of the first cases is struct _XMM_SAVE_AREA32 which contains fields of type M128A which is a struct (with a DECLSPEC_ALIGN directive too). There are others but surprisingly few.