reactos/base/applications/regedit
Katayama Hirofumi MZ 49d8c1af21 [REGEDIT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC
- Add #include <stdlib.h>.
- Move #include <crtdbg.h> to "regedit.h".
- Add #define _CRTDBG_MAP_ALLOC before #include <crtdbg.h>.
CORE-18876
2023-03-21 07:26:04 +09:00
..
clb [CLB] Enable the dll 2022-06-14 22:48:06 +02:00
lang [TRANSLATION] Add/Update Turkish (tr-TR) translations (#4959) 2023-02-15 17:29:52 +01:00
res [REGEDIT] Use shell icons for the tree view 2022-11-03 02:58:05 +03:00
about.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
childwnd.c [REGEDIT] Use HeapFree for g_pChildWnd, instead of free() 2023-03-14 12:08:50 +09:00
CMakeLists.txt [REGEDIT] CMakeLists.txt: Enable _DEBUG on debugging 2023-03-14 12:22:23 +09:00
edit.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
error.c
find.c Fix buffer read past end problem. (#5146) 2023-03-15 10:57:54 +09:00
framewnd.c [REGEDIT] F4, Alt+D, Tab, and Shift+Tab (#4885) 2022-11-19 08:42:20 +09:00
hexedit.c
hexedit.h
listview.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
main.c [REGEDIT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC 2023-03-21 07:26:04 +09:00
main.h [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
regedit.c [REGEDIT] Add back import prompt message lost during Wine sync. CORE-18770 2023-03-07 19:41:51 -05:00
regedit.h [REGEDIT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC 2023-03-21 07:26:04 +09:00
regedit.rc [REGEDIT] Use shell icons for the tree view 2022-11-03 02:58:05 +03:00
regproc.c [REGEDIT] import Wine commit f5fe9a6 by Hugh McMaster. 2023-03-15 16:54:47 +01:00
resource.h [REGEDIT] F4, Alt+D, Tab, and Shift+Tab (#4885) 2022-11-19 08:42:20 +09:00
security.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
security.h
settings.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
treeview.c [REGEDIT] Avoid buffer overflow in SelectNode. CORE-18602 2023-03-07 19:43:57 -05:00