comparison loader/driver.h @ 24419:53ca44efadce

cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
author diego
date Wed, 12 Sep 2007 23:16:39 +0000
parents 0783dd397f74
children b70f5ac9c001
comparison
equal deleted inserted replaced
24418:735767060d85 24419:53ca44efadce
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 * $Id$ 4 * $Id$
5 */ 5 */
6 6
7 #ifndef loader_driver_h 7 #ifndef LOADER_DRIVER_H
8 #define loader_driver_h 8 #define LOADER_DRIVER_H
9 9
10 #ifdef __cplusplus 10 #ifdef __cplusplus
11 extern "C" { 11 extern "C" {
12 #endif 12 #endif
13 13
23 23
24 #ifdef __cplusplus 24 #ifdef __cplusplus
25 } 25 }
26 #endif 26 #endif
27 27
28 #endif 28 #endif /* LOADER_DRIVER_H */