# HG changeset patch # User diego # Date 1189692726 0 # Node ID 46a7d8c0aaeb470f747beaf790c3def27cb860e3 # Parent 85ac033b16efa084a40ec82b8f8e1be7abfc64cf Remove useless preprocessor check, _WINGDI_H is never defined. diff -r 85ac033b16ef -r 46a7d8c0aaeb libmpdemux/ms_hdr.h --- 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__)) {