X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fcodecs.h;h=44ffe49a2f69945447fda9e0b7ce201069caaeda;hb=d472b3e244fb23cef9077a6baaf48f42c58516e0;hp=6b774815409e6d7afaa0a6e7cb0111b8f0a905fb;hpb=99f3e5493956c0cc4df7416df2da23cc7d4fd55d;p=vlc diff --git a/include/codecs.h b/include/codecs.h index 6b77481540..44ffe49a2f 100644 --- a/include/codecs.h +++ b/include/codecs.h @@ -2,7 +2,7 @@ * codecs.h: codec related structures needed by the demuxers and decoders ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN - * $Id: codecs.h,v 1.1 2002/11/03 23:00:32 gbazin Exp $ + * $Id: codecs.h,v 1.2 2002/11/07 19:31:07 gbazin Exp $ * * Authors: Gildas Bazin * @@ -39,7 +39,7 @@ typedef struct __attribute__((__packed__)) _WAVEFORMATEX { } WAVEFORMATEX, *PWAVEFORMATEX, *NPWAVEFORMATEX, *LPWAVEFORMATEX; #endif /* _WAVEFORMATEX_ */ -#ifndef _BITMAPINFOHEADER_ +#if !defined(_BITMAPINFOHEADER_) && !defined(WIN32) #define _BITMAPINFOHEADER_ typedef struct __attribute__((__packed__)) {