Add MinGW Win32 Cross Compiling
[ipdf/code.git] / src / main.cpp
index a4c570b..051f7ce 100644 (file)
@@ -31,7 +31,10 @@ int main(int argc, char ** argv)
        #endif
 
        // We want to crash if we ever get a NaN.
+       // AH, so *this* is where that got enabled, I was looking for compiler flags
+       #ifndef __MINGW32__
        feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
+       #endif
 
        DebugRealInfo();
 

UCC git Repository :: git.ucc.asn.au