Mercurial > mplayer.hg
changeset 24426:46a7d8c0aaeb
Remove useless preprocessor check, _WINGDI_H is never defined.
author | diego |
---|---|
date | Thu, 13 Sep 2007 14:12:06 +0000 |
parents | 85ac033b16ef |
children | 50159082a80b |
files | libmpdemux/ms_hdr.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/ms_hdr.h Thu Sep 13 13:47:22 2007 +0000 +++ b/libmpdemux/ms_hdr.h Thu Sep 13 14:12:06 2007 +0000 @@ -26,7 +26,7 @@ } MPEGLAYER3WAVEFORMAT; #endif /* _MPEGLAYER3WAVEFORMAT_ */ -#if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H) +#ifndef _BITMAPINFOHEADER_ #define _BITMAPINFOHEADER_ typedef struct __attribute__((__packed__)) {