[PATCH] include: Fix packing of digitalv.h

Dmitry Timoshkov dmitry at baikal.ru
Sun Aug 2 11:03:14 CDT 2015


Bernhard Übelacker <bernhardu at vr-web.de> wrote:

> diff --git a/include/digitalv.h b/include/digitalv.h
> index a4ceb54..00601f4 100644
> --- a/include/digitalv.h
> +++ b/include/digitalv.h
> @@ -23,6 +23,8 @@
>   * Wine Digital Video extensions
>   */
>  
> +#include <pshpack1.h>
> +
>  #ifdef __cplusplus
>  extern "C" {
>  #endif

This needs a matching #include <poppack.h>

-- 
Dmitry.



More information about the wine-devel mailing list