reactos/base/applications/notepad
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
..
lang [NOTEPAD] Add 'katahiromz' to STRING_NOTEPAD_AUTHORS 2023-03-14 11:24:12 +09:00
res Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [NOTEPAD] CMakeLists.txt: Enable _DEBUG on debugging 2023-03-14 12:17:40 +09:00
dialog.c [NOTEPAD] Use _countof macro from <stdlib.h> (#5170) 2023-03-21 08:59:40 +09:00
dialog.h [NOTEPAD] Use new-style file header (#5160) 2023-03-15 07:27:29 +09:00
main.c [NOTEPAD] Use _countof macro from <stdlib.h> (#5170) 2023-03-21 08:59:40 +09:00
notepad.h [NOTEPAD] Use _countof macro from <stdlib.h> (#5170) 2023-03-21 08:59:40 +09:00
notepad_res.h [NOTEPAD] Use new-style file header (#5160) 2023-03-15 07:27:29 +09:00
printing.c [NOTEPAD] Use _countof macro from <stdlib.h> (#5170) 2023-03-21 08:59:40 +09:00
rsrc.rc [NOTEPAD] Use new-style file header (#5160) 2023-03-15 07:27:29 +09:00
settings.c [NOTEPAD] Use _countof macro from <stdlib.h> (#5170) 2023-03-21 08:59:40 +09:00
text.c [NOTEPAD] Use new-style file header (#5160) 2023-03-15 07:27:29 +09:00