shlwapi: Fix writing an empty DataBlock list in SHWriteDataBlockList() (2nd resend)

Alexandre Julliard julliard at winehq.org
Mon Aug 28 11:44:26 CDT 2006


Thomas Weidenmueller <wine-patches at 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 at winehq.org



More information about the wine-devel mailing list