Skip to content
Snippets Groups Projects
Commit 33f09c1f authored by Neil Rashbrook's avatar Neil Rashbrook
Browse files

Bug 462621 Make --disable-vista--sdk-requirements actually produce a working...

Bug 462621 Make --disable-vista--sdk-requirements actually produce a working build (regression from bug 459329) r=sdwilsh (NPOTDB)
parent dc94f560
No related branches found
No related tags found
No related merge requests found
......@@ -2602,7 +2602,7 @@ nsDownload::OnStateChange(nsIWebProgress *aWebProgress,
mPercentComplete = 100;
mLastUpdate = PR_Now();
#if defined(XP_WIN) && !defined(__MINGW32__) && !defined(WINCE)
#ifdef DOWNLOAD_SCANNER
PRBool scan = PR_TRUE;
nsCOMPtr<nsIPrefBranch> prefs(do_GetService(NS_PREFSERVICE_CONTRACTID));
if (prefs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment