diff 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
line wrap: on
line diff
--- a/loader/driver.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/driver.h	Sat Feb 23 14:50:55 2008 +0000
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef LOADER_DRIVER_H
-#define LOADER_DRIVER_H
+#ifndef MPLAYER_DRIVER_H
+#define MPLAYER_DRIVER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -24,4 +24,4 @@
 }
 #endif
 
-#endif /* LOADER_DRIVER_H */
+#endif /* MPLAYER_DRIVER_H */