Fix packing bug in shlobj.h.
commit09747e50e79167b0e4158b2230fac0af249f5ddd
authorFrancois Gouget <fgouget@free.fr>
Fri, 20 Aug 2004 19:33:17 +0000 (20 19:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Aug 2004 19:33:17 +0000 (20 19:33 +0000)
treed906bc1dfc4230ab30233bed0dde95c81531fdf9
parent4133ed17d9874059c029a27e9ce5e24531121994
Fix packing bug in shlobj.h.
Fix the declaration of bitfields so their layout matches what MSVC
generates.
Modify winapi_test to compute the bitfields size/alignment like MSVC
does.
Update the impacted generated.c files.
dlls/shell32/tests/generated.c
include/shlobj.h
tools/winapi/c_parser.pm
tools/winapi/c_type.pm
tools/winapi/winapi_test