mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[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:
parent
70d5c864bc
commit
9a51c8e6c6
6 changed files with 0 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue