Katayama Hirofumi MZ
|
9a51c8e6c6
|
[MSPAINT][NOTEPAD][REGEDIT] Don't use CRTDBG for these apps (#5788)
Don't include <crtdbg.h>.
Don't use _CrtSetDbgFlag.
|
2023-10-12 22:53:02 +09:00 |
|
Katayama Hirofumi MZ
|
d28e39e409
|
[NOTEPAD] Use _countof macro from <stdlib.h> (#5170)
- Remove the definition of ARRAY_SIZE macro.
- Replace ARRAY_SIZE and ARRAYSIZE with _countof.
CORE-18837
|
2023-03-21 08:59:40 +09:00 |
|
Katayama Hirofumi MZ
|
cc4480ffea
|
[NOTEPAD] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC (#5176)
CORE-18837
|
2023-03-20 22:55:12 +09:00 |
|
Katayama Hirofumi MZ
|
f91b92c3f9
|
[NOTEPAD] Delete main.h (#5133)
Reduce files to improve readability. Move the codes in main.h into notepad.h. Make the size of Globals.szFilter 512.
CORE-18837
|
2023-03-09 03:41:11 +09:00 |
|
Colin Finck
|
c2c66aff7d
|
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
2017-10-03 07:45:34 +00:00 |
|