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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 26f673ba0675
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef DS_FILTER_H 1 #ifndef MPLAYER_DS_FILTER_H
2 #define DS_FILTER_H 2 #define MPLAYER_DS_FILTER_H
3 3
4 #include "inputpin.h" 4 #include "inputpin.h"
5 #include "outputpin.h" 5 #include "outputpin.h"
6 6
7 #if defined(__cplusplus) 7 #if defined(__cplusplus)
45 45
46 #if defined(__cplusplus) 46 #if defined(__cplusplus)
47 } 47 }
48 #endif 48 #endif
49 49
50 #endif /* DS_FILTER_H */ 50 #endif /* MPLAYER_DS_FILTER_H */