[MSPAINT][NOTEPAD][REGEDIT] Don't use CRTDBG for these apps (#5788)

Don't include <crtdbg.h>.
Don't use _CrtSetDbgFlag.
This commit is contained in:
Katayama Hirofumi MZ 2023-10-12 22:53:02 +09:00 committed by GitHub
parent 70d5c864bc
commit 9a51c8e6c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 27 deletions

View file

@ -25,10 +25,6 @@
#include <tchar.h>
#include <stdlib.h>
#include <malloc.h>
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#endif
#include "dialog.h"
#include "notepad_res.h"