Fix comment about hack.

This commit is contained in:
Jacek Caban 2005-08-03 21:27:03 +00:00 committed by Alexandre Julliard
parent 7d0de94185
commit ff72104cbf
1 changed files with 1 additions and 4 deletions

View File

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