From f5656d70178fe11dc4310a594c94c3baf237a299 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 18 Sep 2007 10:56:29 +0000 Subject: Add comment that clears up what _WINGDI_H is for. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24570 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/ms_hdr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpdemux/ms_hdr.h b/libmpdemux/ms_hdr.h index 3ca0179ddc..4c647e531d 100644 --- a/libmpdemux/ms_hdr.h +++ b/libmpdemux/ms_hdr.h @@ -26,6 +26,7 @@ typedef struct __attribute__((__packed__)) mpeglayer3waveformat_tag { } MPEGLAYER3WAVEFORMAT; #endif /* _MPEGLAYER3WAVEFORMAT_ */ +/* windows.h #includes wingdi.h on MinGW. */ #if !defined(_BITMAPINFOHEADER_) && !defined(_WINGDI_H) #define _BITMAPINFOHEADER_ typedef struct __attribute__((__packed__)) -- cgit v1.2.3