Commit ff72104c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Fix comment about hack.

parent 7d0de941
......@@ -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;
......
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