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:
diego 2010-03-23 20:24:14 +00:00
parent 5b7bffa713
commit 983b920137
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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 */