Bug 867964 - Build fail with DenormalDisabler.h:116: error: 'FLT_MIN' was not declared in this scope. r=ehsan

--HG--
extra : rebase_source : 7076471a442c3ce639b81259e824edd0c1a69eb0
This commit is contained in:
Oleg Romashin 2013-05-01 06:51:13 -07:00
Родитель 50eb862251
Коммит ec83e8bc77
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,8 +33,8 @@ namespace WebCore {
// Deal with denormals. They can very seriously impact performance on x86.
// Define HAVE_DENORMAL if we support flushing denormals to zero.
#if defined(XP_WIN) && defined(_MSC_VER)
#include <float.h>
#if defined(XP_WIN) && defined(_MSC_VER)
#define HAVE_DENORMAL
#endif