summaryrefslogtreecommitdiff
path: root/tests/IDL_Test/constants.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IDL_Test/constants.idl')
-rw-r--r--tests/IDL_Test/constants.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/IDL_Test/constants.idl b/tests/IDL_Test/constants.idl
index b93e5d3a385..5e462576201 100644
--- a/tests/IDL_Test/constants.idl
+++ b/tests/IDL_Test/constants.idl
@@ -74,7 +74,12 @@ const double trouble = 2.2250738585072014E-308;
// platforms have 8-byte long doubles.
const long double dbl_easy = 698.91148263188057;
+
+#if !defined (__MINGW32__)
+// Outputs a floating point error for this value.
const long double dbl_dip = 1.797693134862315E+308;
+#endif /* defined (__MINGW32__) */
+
const long double dbl_trouble = 2.2250738585072014E-308;
const long double dbl_int = 7.;