Commit d68e3479 authored by Benjamin Pracht's avatar Benjamin Pracht

* Marillat changed the path to the win32 codecs in his latest packages, so...

* Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too
parent c9d63207
......@@ -359,7 +359,7 @@ static WIN_BOOL MODULE_FreeLibrary( WINE_MODREF *wm )
HMODULE WINAPI LoadLibraryExA(LPCSTR libname, HANDLE hfile, DWORD flags)
{
WINE_MODREF *wm = 0;
char* listpath[] = { "", "", "/usr/lib/win32", "/usr/local/lib/win32", 0 };
char* listpath[] = { "", "", "/usr/lib/win32", "/usr/local/lib/win32", "/usr/lib/codecs", "/usr/local/lib/codecs", 0 };
extern char* def_path;
char path[512];
char checked[2000];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment