summaryrefslogtreecommitdiffstats
path: root/loader/wine/elfdll.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/elfdll.h')
-rw-r--r--loader/wine/elfdll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/wine/elfdll.h b/loader/wine/elfdll.h
index 060e8e222d..82a6ea1f8d 100644
--- a/loader/wine/elfdll.h
+++ b/loader/wine/elfdll.h
@@ -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_UnloadLibrary(WINE_MODREF *wm);
void *ELFDLL_dlopen(const char *libname, int flags);
extern char *extra_ld_library_path;
-#endif /* WINE_ELFDLL_H */
+#endif /* MPLAYER_ELFDLL_H */