structure has #pragma pack(8) in Windows SDK (AMD64) and #pragma pack(1) in wine headers
25 Jun
2010
25 Jun
'10
8:01 p.m.
The struct in question is CSFV defined in shlobh.h. If I try to compile shell32_test for x64 using headers from windows 2008 SDK, I get assertion failure here: http://source.winehq.org/source/dlls/shell32/tests/generated.c?v=wine-1.2-rc... Is it normal for wine to have different structure packing?
25 Jun
25 Jun
10:24 p.m.
Ilya Basin <basinilya(a)gmail.com> writes:
The struct in question is CSFV defined in shlobh.h. If I try to compile shell32_test for x64 using headers from windows 2008 SDK, I get assertion failure here: http://source.winehq.org/source/dlls/shell32/tests/generated.c?v=wine-1.2-rc...
Is it normal for wine to have different structure packing?
No, please send a patch. -- Alexandre Julliard julliard(a)winehq.org
5652
Age (days ago)
5652
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Ilya Basin