diff mp_msg.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents ed0cfc9e60cb
children d6b05b1a9b3f
line wrap: on
line diff
--- a/mp_msg.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/mp_msg.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,6 +1,5 @@
-
-#ifndef MP_MSG_H
-#define MP_MSG_H
+#ifndef MPLAYER_MP_MSG_H
+#define MPLAYER_MP_MSG_H
 
 // defined in mplayer.c and mencoder.c
 extern int verbose;
@@ -138,4 +137,4 @@
 
 #endif /* TARGET_OS2 */
 
-#endif /* MP_MSG_H */
+#endif /* MPLAYER_MP_MSG_H */