Commit 3731ffa7 authored by smikes's avatar smikes
Browse files

Revert "Revert "Remove forced #defines""

This reverts commit a3998cae.
parent a3998cae
......@@ -222,7 +222,6 @@ extern void *MALLOC(size_t);
static double private_mem[PRIVATE_mem], *pmem_next = private_mem;
#endif
#define IEEE_8087
#undef IEEE_Arith
#undef Avoid_Underflow
#ifdef IEEE_MC68k
......
......@@ -30,7 +30,6 @@ distribution.
#pragma warning( push )
#pragma warning( disable : 4530 )
#pragma warning( disable : 4786 )
#define TIXML_USE_STL
#endif
#include <ctype.h>
......
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