[MSPAINT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC

CORE-18867
This commit is contained in:
Katayama Hirofumi MZ 2023-03-20 22:59:05 +09:00
parent cc4480ffea
commit ed03768b1b
2 changed files with 4 additions and 4 deletions

View file

@ -8,10 +8,6 @@
#include "precomp.h"
#ifdef _DEBUG
#include <crtdbg.h>
#endif
/* FUNCTIONS ********************************************************/
POINT start;

View file

@ -26,6 +26,10 @@
#include <stdlib.h>
#include <shellapi.h>
#include <htmlhelp.h>
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#endif
#define NDEBUG
#include <debug.h>