Some portab fixes.
committer: mfx <mfx> 1058450658 +0000
This commit is contained in:
@@ -104,6 +104,15 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
#elif defined(__BORLANDC__) && (__BORLANDC__ < 0x0530)
|
||||
|
||||
#include <stdcomp.h>
|
||||
#undef RWSTD_MULTI_THREAD
|
||||
#include <stdexcep.h>
|
||||
#include <new.h>
|
||||
#include <typeinfo.h>
|
||||
namespace std { class bad_alloc { }; }
|
||||
|
||||
#else
|
||||
|
||||
#include <exception>
|
||||
|
||||
Reference in New Issue
Block a user