diff loader/wine/debugtools.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents b6fb25907033
children 9e739bdb049c
line wrap: on
line diff
--- a/loader/wine/debugtools.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/debugtools.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,6 +1,5 @@
-
-#ifndef WINE_DEBUGTOOLS_H
-#define WINE_DEBUGTOOLS_H
+#ifndef MPLAYER_DEBUGTOOLS_H
+#define MPLAYER_DEBUGTOOLS_H
 
 #include <stdarg.h>
 #include "config.h"
@@ -69,4 +68,4 @@
 #define DEFAULT_DEBUG_CHANNEL(ch) \
     extern char dbch_##ch[]; static char * const __dbch_default = dbch_##ch;
 
-#endif  /* WINE_DEBUGTOOLS_H */
+#endif  /* MPLAYER_DEBUGTOOLS_H */