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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 3baf6a2283da
children 008338d7679f
line wrap: on
line diff
--- a/loader/dmo/dmo_guids.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/dmo/dmo_guids.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef DMO_GUIDS_H
-#define DMO_GUIDS_H
+#ifndef MPLAYER_DMO_GUIDS_H
+#define MPLAYER_DMO_GUIDS_H
 
 #include "dshow/guids.h"
 
@@ -32,4 +32,4 @@
 extern const GUID DMOCATEGORY_AGC;
 */
 
-#endif /* DMO_GUIDS_H */
+#endif /* MPLAYER_DMO_GUIDS_H */