- this shouldn't have been committed.

This commit is contained in:
Christoph Oelckers 2015-04-28 15:45:10 +02:00
parent 2d0f6339f7
commit 450e5aec52

View file

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