Mercurial > mplayer.hg
diff loader/debug.h @ 26045:a8ea87c71d18
Add MPLAYER_ prefix to multiple inclusion guards.
| author | diego |
|---|---|
| date | Sat, 23 Feb 2008 14:50:55 +0000 |
| parents | 6ac1ece1f9fe |
| children |
line wrap: on
line diff
--- a/loader/debug.h Sat Feb 23 14:47:43 2008 +0000 +++ b/loader/debug.h Sat Feb 23 14:50:55 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef DEBUG_H -#define DEBUG_H +#ifndef MPLAYER_DEBUG_H +#define MPLAYER_DEBUG_H #ifdef DEBUG #define TRACE printf @@ -9,4 +9,4 @@ #define dbg_printf(...) #endif -#endif /* DEBUG_H */ +#endif /* MPLAYER_DEBUG_H */
