From ff72104cbf86c1180b18386456c931df43a2f045 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Wed, 3 Aug 2005 21:27:03 +0000 Subject: [PATCH] Fix comment about hack. --- dlls/mshtml/nsembed.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c index e3fd1f16a34..a58134b448e 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -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;