summaryrefslogtreecommitdiffstats
path: root/loader/wine/debugtools.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/debugtools.h')
-rw-r--r--loader/wine/debugtools.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/loader/wine/debugtools.h b/loader/wine/debugtools.h
index 49b9422bde..d9eab67902 100644
--- a/loader/wine/debugtools.h
+++ b/loader/wine/debugtools.h
@@ -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 @@ static inline LPCSTR debugstr_w( LPCWSTR s ) { return debugstr_wn( s, 80 ); }
#define DEFAULT_DEBUG_CHANNEL(ch) \
extern char dbch_##ch[]; static char * const __dbch_default = dbch_##ch;
-#endif /* WINE_DEBUGTOOLS_H */
+#endif /* MPLAYER_DEBUGTOOLS_H */