Skip to content

Commit

Permalink
Removed CRT check debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmodel committed Aug 19, 2023
1 parent ff2e64a commit 9b15b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sys/new/sys_win32_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
void Sys_PlatformInit_New() {
#ifdef _MSC_VER
# ifdef _DEBUG_MEM
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF | _CRTDBG_CHECK_ALWAYS_DF);
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
# endif
#endif
}
Expand Down

0 comments on commit 9b15b27

Please sign in to comment.