- reverted debug stuff.

This commit is contained in:
Christoph Oelckers 2017-01-11 17:16:07 +01:00
parent 7f3e18a6cc
commit ca2ac4e4fd
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,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 = 124459;
//_crtBreakAlloc = 53039;
#endif
DoMain (hInstance);