Commit a3998cae authored by smikes's avatar smikes
Browse files

Revert "Remove forced #defines"

This reverts commit 5dfab798.
parent 5dfab798
......@@ -222,6 +222,7 @@ 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,6 +30,7 @@ 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