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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/loader/wine/elfdll.h b/loader/wine/elfdll.h
deleted file mode 100644
index e93ae10429..0000000000
--- a/loader/wine/elfdll.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MPLAYER_ELFDLL_H
-#define MPLAYER_ELFDLL_H
-
-#include "module.h"
-#include "windef.h"
-
-WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags);
-HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname);
-void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
-
-void *ELFDLL_dlopen(const char *libname, int flags);
-
-#endif /* MPLAYER_ELFDLL_H */