Removed all references to CrtDebug blabla that were supposed to be

MSVC specific but generated an error with MSVC 6.0
This commit is contained in:
evomarc 2001-12-07 05:51:36 +00:00
commit 9f7976c292
8 changed files with 0 additions and 60 deletions

View file

@ -146,13 +146,6 @@ void main_function(int argc, char **argv)
int main(int argc, char **argv)
{
#ifdef _MSC_VER
// rng.reseed(42);
int flag = _CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF);
flag |= _CRTDBG_LEAK_CHECK_DF;
_CrtSetDbgFlag(flag);
// _CrtSetBreakAlloc(100);
#endif
try
{