Removed crt stuff (we can do memory leak checking in Linux easier)

This commit is contained in:
Jesse Beder
2009-10-27 14:55:01 +00:00
parent b5c53d9e3a
commit fe57829aca
20 changed files with 2 additions and 52 deletions

View File

@@ -2,10 +2,6 @@
int main()
{
#ifdef WINDOWS
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);
#endif // WINDOWS
Test::RunAll();
return 0;
}