Mercurial > mplayer.hg
diff loader/wrapper.h @ 26045:a8ea87c71d18
Add MPLAYER_ prefix to multiple inclusion guards.
| author | diego |
|---|---|
| date | Sat, 23 Feb 2008 14:50:55 +0000 |
| parents | c98c9e7f3bd0 |
| children | 9e739bdb049c |
line wrap: on
line diff
--- a/loader/wrapper.h Sat Feb 23 14:47:43 2008 +0000 +++ b/loader/wrapper.h Sat Feb 23 14:50:55 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef WRAPPER_H -#define WRAPPER_H +#ifndef MPLAYER_WRAPPER_H +#define MPLAYER_WRAPPER_H #include <inttypes.h> @@ -16,5 +16,5 @@ extern int wrapper(void); extern int null_call(void); -#endif /* WRAPPER_H */ +#endif /* MPLAYER_WRAPPER_H */
