[MPlayer-cvslog] r24446 - trunk/libmpdemux/ms_hdr.h

Zuxy Meng zuxy.meng at gmail.com
Sat Sep 15 09:44:50 CEST 2007


"diego" <subversion at mplayerhq.hu> 
??????:20070913141206.E29803B576 at natsuki.mplayerhq.hu...
> Author: diego
> Date: Thu Sep 13 16:12:06 2007
> New Revision: 24446
>
> Log:
> Remove useless preprocessor check, _WINGDI_H is never defined.

It's defined in Windows API wingdi.h.

>
>
> Modified:
>   trunk/libmpdemux/ms_hdr.h
>
> Modified: trunk/libmpdemux/ms_hdr.h
> ==============================================================================
> --- trunk/libmpdemux/ms_hdr.h (original)
> +++ trunk/libmpdemux/ms_hdr.h Thu Sep 13 16:12:06 2007
> @@ -26,7 +26,7 @@ typedef struct __attribute__((__packed__
> } MPEGLAYER3WAVEFORMAT;
> #endif /* _MPEGLAYER3WAVEFORMAT_ */
>
> -#if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H)
> +#ifndef _BITMAPINFOHEADER_
> #define _BITMAPINFOHEADER_
> typedef struct __attribute__((__packed__))
> {

You broke mingw32 build. I'll revert it.

-- 
Zuxy 






More information about the MPlayer-cvslog mailing list