diff m_struct.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents cc170348a763
children c1a3f1bbba26
line wrap: on
line diff
--- a/m_struct.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/m_struct.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef M_STRUCT_H
-#define M_STRUCT_H
+#ifndef MPLAYER_M_STRUCT_H
+#define MPLAYER_M_STRUCT_H
 
 /// \defgroup OptionsStruct Options struct
 /// \ingroup Options
@@ -105,4 +105,4 @@
 
 ///@}
 
-#endif /* M_STRUCT_H */
+#endif /* MPLAYER_M_STRUCT_H */