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() ...@@ -152,10 +152,7 @@ static BOOL load_gecko()
hXPCOM = LoadLibraryW(strXPCOM); hXPCOM = LoadLibraryW(strXPCOM);
if(!hXPCOM) { if(!hXPCOM) {
/* FIXME: /* We have to modify PATH as XPCOM loads other DLLs from this directory. */
* We don't have any SetDllDirectory implementation so we have to modify PATH,
* as XPCOM loads other DLLs from this directory.
*/
WCHAR path_env[MAX_PATH]; WCHAR path_env[MAX_PATH];
static WCHAR wszPATH[] = {'P','A','T','H',0}; static WCHAR wszPATH[] = {'P','A','T','H',0};
int len; 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