Kaydet (Commit) f67efce3 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

svx: simplify this

üst e7e4871b
......@@ -224,9 +224,7 @@ void E3dScene::SetDefaultAttributes(E3dDefaultAttributes& /*rDefault*/)
{
// For WIN95/NT turn off the FP-Exceptions
#if defined(WNT)
#define SC_FPEXCEPTIONS_ON() _control87( _MCW_EM, 0 )
#define SC_FPEXCEPTIONS_OFF() _control87( _MCW_EM, _MCW_EM )
SC_FPEXCEPTIONS_OFF();
_control87( _MCW_EM, _MCW_EM )
#endif
// Set defaults
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment