summaryrefslogtreecommitdiff
path: root/include/wine/elfdll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wine/elfdll.h')
-rw-r--r--include/wine/elfdll.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/wine/elfdll.h b/include/wine/elfdll.h
deleted file mode 100644
index 1f356856ff..0000000000
--- a/include/wine/elfdll.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __WINE_ELFDLL_H
-#define __WINE_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);
-extern char *extra_ld_library_path;
-
-#endif