reactos/base/applications/mspaint
Katayama Hirofumi MZ 0998665463 [MSPAINT] Use _CrtSetDbgFlag to check memory leak
We can borrow the power of CRT debug. These changes are effective for debug version only:
- Insert #include <crtdbg.h> at main.cpp.
- Call _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF) at the prologue of _tWinMain.

This is a follow-up of #5151 (9abd9b6).
CORE-18867
2023-03-14 07:17:14 +09:00
..
help
icons
lang [TRANSLATION] Add/Update Turkish (tr-TR) translations (#4959) 2023-02-15 17:29:52 +01:00
CMakeLists.txt [MSPAINT][EXPLORER][SHELL32] Enable ATL asserts in CMake 2022-09-10 17:27:50 +02:00
common.h
dialogs.cpp
dialogs.h
dib.cpp [MSPAINT] Treat as a file even if the bitmap file is empty 2023-03-05 20:53:38 +09:00
dib.h
drawing.cpp
drawing.h
fullscreen.cpp
fullscreen.h
globalvar.h [MSPAINT] Delete unused HWND hToolBtn[16] global variable 2023-03-11 14:19:12 +09:00
history.cpp
history.h
imgarea.cpp
imgarea.h
main.cpp [MSPAINT] Use _CrtSetDbgFlag to check memory leak 2023-03-14 07:17:14 +09:00
miniature.cpp
miniature.h
mouse.cpp
mspaint.exe.manifest [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
palette.cpp
palette.h
palettemodel.cpp
palettemodel.h
precomp.h [MSPAINT][EXPLORER][SHELL32] Enable ATL asserts in CMake 2022-09-10 17:27:50 +02:00
registry.cpp [MSPAINT] Remember status bar visibility (#5145) 2023-03-11 11:41:52 +09:00
registry.h [MSPAINT] Remember status bar visibility (#5145) 2023-03-11 11:41:52 +09:00
resource.h
rsrc.rc [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
scrollbox.cpp
scrollbox.h
selection.cpp
selection.h
selectionmodel.cpp
selectionmodel.h
sizebox.cpp
sizebox.h
textedit.cpp
textedit.h
toolbox.cpp
toolbox.h [MSPAINT] There were two "main" windows (#5147) 2023-03-11 07:42:04 +09:00
toolsettings.cpp
toolsettings.h
toolsmodel.cpp
toolsmodel.h
winproc.cpp [MSPAINT] Remember status bar visibility (#5145) 2023-03-11 11:41:52 +09:00
winproc.h [MSPAINT] Mouse Wheel support (#4195) 2021-12-27 22:20:22 +09:00