comparison loader/dshow/guids.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 4691811bd8c7
children 008338d7679f
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef DS_GUIDS_H 1 #ifndef MPLAYER_GUIDS_H
2 #define DS_GUIDS_H 2 #define MPLAYER_GUIDS_H
3 3
4 /* 4 /*
5 this will be defined if <ole2.h> already included before this file 5 this will be defined if <ole2.h> already included before this file
6 under MinGW 6 under MinGW
7 */ 7 */
80 80
81 extern const GUID FORMAT_WaveFormatEx; 81 extern const GUID FORMAT_WaveFormatEx;
82 extern const GUID MEDIATYPE_Audio; 82 extern const GUID MEDIATYPE_Audio;
83 extern const GUID MEDIASUBTYPE_PCM; 83 extern const GUID MEDIASUBTYPE_PCM;
84 84
85 #endif /* DS_GUIDS_H */ 85 #endif /* MPLAYER_GUIDS_H */