Re: shlwapi: Fix writing an empty DataBlock list in SHWriteDataBlockList() (2nd resend)
28 Aug
2006
28 Aug
'06
11:44 a.m.
Thomas Weidenmueller <wine-patches(a)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? -- Alexandre Julliard julliard(a)winehq.org
7047
Age (days ago)
7047
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard