diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-18 10:56:29 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-18 10:56:29 +0000 |
commit | f5656d70178fe11dc4310a594c94c3baf237a299 (patch) | |
tree | d870c8c03bde252950782fd86c94dc83894b3222 | |
parent | 7db8f740c54608645ec932df575513a3bc3488b8 (diff) |
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
-rw-r--r-- | libmpdemux/ms_hdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
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__)) |