Fix comment about hack.
This commit is contained in:
parent
7d0de94185
commit
ff72104cbf
|
@ -152,10 +152,7 @@ static BOOL load_gecko()
|
|||
|
||||
hXPCOM = LoadLibraryW(strXPCOM);
|
||||
if(!hXPCOM) {
|
||||
/* FIXME:
|
||||
* We don't have any SetDllDirectory implementation so we have to modify PATH,
|
||||
* as XPCOM loads other DLLs from this directory.
|
||||
*/
|
||||
/* We have to modify PATH as XPCOM loads other DLLs from this directory. */
|
||||
WCHAR path_env[MAX_PATH];
|
||||
static WCHAR wszPATH[] = {'P','A','T','H',0};
|
||||
int len;
|
||||
|
|
Loading…
Reference in New Issue