include: Update aviriff header to use the right alignment.

This commit is contained in:
Maarten Lankhorst 2008-05-21 13:31:35 -07:00 committed by Alexandre Julliard
parent 63699cf58c
commit a486ec907d

View file

@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* All definitions here are packed structures of on-disk formats */
#include <pshpack2.h>
typedef struct _riffchunk
{
FOURCC fcc;
@ -317,3 +320,5 @@ typedef struct _avifieldindex_chunk {
DWORD dwOffsetField2;
} aIndex[ANYSIZE_ARRAY];
} AVIFIELDINDEX, * PAVIFIELDINDEX;
#include <poppack.h>