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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents c98c9e7f3bd0
children 4790fe65b11a
line wrap: on
line diff
--- a/loader/wine/elfdll.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/elfdll.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef WINE_ELFDLL_H
-#define WINE_ELFDLL_H
+#ifndef MPLAYER_ELFDLL_H
+#define MPLAYER_ELFDLL_H
 
 #include "module.h"
 #include "windef.h"
@@ -11,4 +11,4 @@
 void *ELFDLL_dlopen(const char *libname, int flags);
 extern char *extra_ld_library_path;
 
-#endif /* WINE_ELFDLL_H */
+#endif /* MPLAYER_ELFDLL_H */