- disable alloc debugging again.

This commit is contained in:
Christoph Oelckers 2023-09-23 10:32:49 +02:00
parent d96a928738
commit 912d8d38bf

View file

@ -550,7 +550,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
// Use this to break at a specific allocation number.
_crtBreakAlloc = 6152;
//_crtBreakAlloc = 6152;
#endif
int ret = DoMain (hInstance);