[PATCH 1/4] [Include]: push/pop pack fixes on 64 bit platforms

Alexandre Julliard julliard at winehq.org
Mon Jan 25 05:51:02 CST 2010


Eric Pouech <eric.pouech at orange.fr> writes:

> diff --git a/include/commctrl.h b/include/commctrl.h
> index 27bd745..c841d51 100644
> --- a/include/commctrl.h
> +++ b/include/commctrl.h
> @@ -2245,7 +2245,9 @@ static const WCHAR WC_PAGESCROLLERW[] = { 'S','y','s','P','a','g','e','r',0 };
>  #define PGN_SCROLL              (PGN_FIRST-1)
>  #define PGN_CALCSIZE            (PGN_FIRST-2)
>  
> +#ifdef _WIN32
>  #include <pshpack1.h>
> +#endif

That's broken, testing _WIN32 is not useful in Wine.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list