diff loader/dmo/dmo_interfaces.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children
line wrap: on
line diff
--- a/loader/dmo/dmo_interfaces.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/dmo/dmo_interfaces.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef DMO_INTERFACE_H
-#define DMO_INTERFACE_H
+#ifndef MPLAYER_DMO_INTERFACES_H
+#define MPLAYER_DMO_INTERFACES_H
 
 #include "dmo.h"
 
@@ -191,4 +191,4 @@
 } IDMOVideoOutputOptimizations_vt;
 struct IDMOVideoOutputOptimizations { IDMOVideoOutputOptimizations_vt* vt; };
 
-#endif /* DMO_INTERFACE_H */
+#endif /* MPLAYER_DMO_INTERFACES_H */