mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
e1795f440a
commit
6fd654b87f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user