Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #if defined(_MSC_VER)
  2. _CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);
  3. _CrtSetReportMode(_CRT_ASSERT,_CRTDBG_MODE_FILE);
  4. _CrtSetReportFile(_CRT_ASSERT,_CRTDBG_FILE_STDERR);
  5. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement