comparison libmpdemux/ms_hdr.h @ 24550:7b874518ea41

Add comment that clears up what _WINGDI_H is for.
author diego
date Tue, 18 Sep 2007 10:56:29 +0000
parents 2074d81d4142
children 3baf6a2283da
comparison
equal deleted inserted replaced
24549:56fa787726b2 24550:7b874518ea41
24 unsigned short nFramesPerBlock; 24 unsigned short nFramesPerBlock;
25 unsigned short nCodecDelay; 25 unsigned short nCodecDelay;
26 } MPEGLAYER3WAVEFORMAT; 26 } MPEGLAYER3WAVEFORMAT;
27 #endif /* _MPEGLAYER3WAVEFORMAT_ */ 27 #endif /* _MPEGLAYER3WAVEFORMAT_ */
28 28
29 /* windows.h #includes wingdi.h on MinGW. */
29 #if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H) 30 #if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H)
30 #define _BITMAPINFOHEADER_ 31 #define _BITMAPINFOHEADER_
31 typedef struct __attribute__((__packed__)) 32 typedef struct __attribute__((__packed__))
32 { 33 {
33 int biSize; 34 int biSize;