reactos/base/applications/notepad
Katayama Hirofumi MZ 9abd9b667a
[NOTEPAD] Use _CrtSetDbgFlag to check memory leak (#5151)
We can borrow the power of CRT debug. These changes are effective for debug version only:
- Insert #include <crtdbg.h> at main.c.
- Call _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF) at the prologue of _tWinMain.
CORE-18837
2023-03-14 07:08:56 +09:00
..
lang [NOTEPAD] Add 'Now-printing' dialog (#5127) 2023-03-11 22:23:14 +09:00
res
CMakeLists.txt [NOTEPAD] Move the printing code to the newly added printing.c 2023-03-12 07:51:53 +09:00
dialog.c [NOTEPAD] Move the printing code to the newly added printing.c 2023-03-12 07:51:53 +09:00
dialog.h [NOTEPAD] Delete main.h (#5133) 2023-03-09 03:41:11 +09:00
license.c
main.c [NOTEPAD] Use _CrtSetDbgFlag to check memory leak (#5151) 2023-03-14 07:08:56 +09:00
notepad.h [NOTEPAD] Delete main.h (#5133) 2023-03-09 03:41:11 +09:00
notepad_res.h [NOTEPAD] Add 'Now-printing' dialog (#5127) 2023-03-11 22:23:14 +09:00
printing.c [NOTEPAD] Move the printing code to the newly added printing.c 2023-03-12 07:51:53 +09:00
rsrc.rc [NOTEPAD] Fix Croatian (hr-HR) resource file 2022-02-23 18:34:48 +03:00
settings.c [NOTEPAD] Remove some needless type casts (#5134) 2023-03-09 08:23:08 +09:00
text.c [NOTEPAD] Make "UTF-8 without BOM" default (#5081) 2023-02-20 21:59:16 +09:00