mirror of https://github.com/mpv-player/mpv
loader: Remove commented-out extra_ld_library_path cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30953 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5b7bffa713
commit
983b920137
|
@ -38,8 +38,6 @@ DWORD fixup_imports(WINE_MODREF *wm);
|
|||
void dump_exports(HMODULE hModule);
|
||||
/*---------------- END HACKS ---------------*/
|
||||
|
||||
//char *extra_ld_library_path = "/usr/lib/win32";
|
||||
|
||||
struct elfdll_image
|
||||
{
|
||||
HMODULE pe_module_start;
|
||||
|
|
|
@ -9,6 +9,5 @@ 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 /* MPLAYER_ELFDLL_H */
|
||||
|
|
Loading…
Reference in New Issue