summaryrefslogtreecommitdiff
path: root/include/wine/elfdll.h
diff options
context:
space:
mode:
authorErik Walthinsen <omega@temple-baptist.org>2001-06-24 22:44:44 +0000
committerErik Walthinsen <omega@temple-baptist.org>2001-06-24 22:44:44 +0000
commitba1e26a03bef27c9ac4ef32f41e2b37076ab2cc7 (patch)
tree0dba819644214289c79e10452217cbf6f7c85b80 /include/wine/elfdll.h
parentd49fa5958b031b0dd61bb05bfd5dd31dc747b855 (diff)
Merge from HEAD to BRANCH-GOBJECT1 at 200106241BRANCH-GOBJECT1-200106241
Original commit message from CVS: Merge from HEAD to BRANCH-GOBJECT1 at 200106241
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