mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 21:10:21 +00:00
[NOTEPAD] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC (#5176)
CORE-18837
This commit is contained in:
parent
94f22bda27
commit
cc4480ffea
2 changed files with 5 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
#include <shlobj.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
NOTEPAD_GLOBALS Globals;
|
||||
static ATOM aFINDMSGSTRING;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue