mirror of https://github.com/mpv-player/mpv
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:
parent
b54169f071
commit
5f9fbb7124
|
@ -26,7 +26,7 @@ typedef struct __attribute__((__packed__)) mpeglayer3waveformat_tag {
|
||||||
} MPEGLAYER3WAVEFORMAT;
|
} MPEGLAYER3WAVEFORMAT;
|
||||||
#endif /* _MPEGLAYER3WAVEFORMAT_ */
|
#endif /* _MPEGLAYER3WAVEFORMAT_ */
|
||||||
|
|
||||||
#if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H)
|
#ifndef _BITMAPINFOHEADER_
|
||||||
#define _BITMAPINFOHEADER_
|
#define _BITMAPINFOHEADER_
|
||||||
typedef struct __attribute__((__packed__))
|
typedef struct __attribute__((__packed__))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue