Thomas Weidenmueller wine-patches@reactsoft.com writes:
--- dlls/shlwapi/clist.c 23 May 2006 12:48:43 -0000 1.12 +++ dlls/shlwapi/clist.c 24 May 2006 17:23:15 -0000 @@ -29,6 +29,8 @@
WINE_DEFAULT_DEBUG_CHANNEL(shell);
+#include "pshpack1.h"
/* DataBlock list element (ordinals 17-22) */ typedef struct tagSHLWAPI_CLIST
That doesn't look right. Why do you need to change the packing?