- removed test and debug code.

This commit is contained in:
Christoph Oelckers 2018-04-03 00:53:45 +02:00
commit 7589dfda25
2 changed files with 1 additions and 2 deletions

View file

@ -1351,7 +1351,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
// Use this to break at a specific allocation number.
_crtBreakAlloc = 177312;
//_crtBreakAlloc = 177312;
#endif
DoMain (hInstance);