comparison loader/driver.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents b70f5ac9c001
children
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 /* 1 /*
2 * Modified for use with MPlayer, detailed changelog at 2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/ 3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 */ 4 */
5 5
6 #ifndef LOADER_DRIVER_H 6 #ifndef MPLAYER_DRIVER_H
7 #define LOADER_DRIVER_H 7 #define MPLAYER_DRIVER_H
8 8
9 #ifdef __cplusplus 9 #ifdef __cplusplus
10 extern "C" { 10 extern "C" {
11 #endif 11 #endif
12 12
22 22
23 #ifdef __cplusplus 23 #ifdef __cplusplus
24 } 24 }
25 #endif 25 #endif
26 26
27 #endif /* LOADER_DRIVER_H */ 27 #endif /* MPLAYER_DRIVER_H */