mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 18:45:00 +00:00
[MSPAINT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC
CORE-18867
This commit is contained in:
parent
cc4480ffea
commit
ed03768b1b
2 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
||||
POINT start;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue