[MPlayer-cvslog] r24446 - trunk/libmpdemux/ms_hdr.h
diego
subversion at mplayerhq.hu
Thu Sep 13 16:12:06 CEST 2007
Author: diego
Date: Thu Sep 13 16:12:06 2007
New Revision: 24446
Log:
Remove useless preprocessor check, _WINGDI_H is never defined.
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__))
{
More information about the MPlayer-cvslog
mailing list