- disable the allocation breakpoint.

This commit is contained in:
Christoph Oelckers 2019-12-24 19:48:26 +01:00
parent 43033e830a
commit f65b2c1dcb

View file

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