зеркало из https://github.com/mozilla/gecko-dev.git
Removed FPKLUDGE hack for Delphi
This commit is contained in:
Родитель
9defa861bb
Коммит
2966b099a8
|
@ -344,11 +344,6 @@ CWebShellContainer::BeginLoadURL(nsIWebShell* aShell, const PRUnichar* aURL)
|
|||
}
|
||||
|
||||
|
||||
#define FPKLUDGE
|
||||
#ifdef FPKLUDGE
|
||||
#include <float.h>
|
||||
#endif
|
||||
|
||||
NS_IMETHODIMP
|
||||
CWebShellContainer::ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aProgress, PRInt32 aProgressMax)
|
||||
{
|
||||
|
@ -370,10 +365,6 @@ CWebShellContainer::ProgressLoadURL(nsIWebShell* aShell, const PRUnichar* aURL,
|
|||
nProgress = nProgressMax; // Progress complete
|
||||
}
|
||||
|
||||
#ifdef FPKLUDGE
|
||||
_fpreset();
|
||||
#endif
|
||||
|
||||
m_pEvents1->Fire_ProgressChange(nProgress, nProgressMax);
|
||||
m_pEvents2->Fire_ProgressChange(nProgress, nProgressMax);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче