Remove useless preprocessor check, _WINGDI_H is never defined.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24446 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-13 14:12:06 +00:00
parent b54169f071
commit 5f9fbb7124
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ typedef struct __attribute__((__packed__)) mpeglayer3waveformat_tag {
} MPEGLAYER3WAVEFORMAT;
#endif /* _MPEGLAYER3WAVEFORMAT_ */
#if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H)
#ifndef _BITMAPINFOHEADER_
#define _BITMAPINFOHEADER_
typedef struct __attribute__((__packed__))
{