Bug 652506 - Remove WinCE code from xpcom; r=bsmedberg

This commit is contained in:
Ed Morley
2011-05-01 20:59:24 +02:00
parent 12a4138242
commit 49398a0b56
31 changed files with 27 additions and 1068 deletions

View File

@@ -164,17 +164,6 @@ nsMemoryImpl::RunFlushers(const PRUnichar* aReason)
}
}
// Run built-in system flushers
#ifdef WINCE_WINDOWS_MOBILE
// This function tries to free up memory for an application.
// If necessary, the shell closes down other applications by
// sending WM_CLOSE messages. We ask for 4MB.
SHCloseApps(1024 * 1024 * 4);
#endif
sIsFlushing = 0;
return NS_OK;
}