[PATCH v2 1/2] winapi_test: Do not multiply type size when it is undefined, in _refresh().

Francois Gouget fgouget at free.fr
Tue Apr 14 08:10:44 CDT 2020


Signed-off-by: Francois Gouget <fgouget at 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.


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
 "Only wimps use tape backup: _real_ men just upload their important stuff on
       ftp, and let the rest of the world mirror it ;)" -- Linus Torvalds



More information about the wine-devel mailing list