reactos/base/applications/notepad
Katayama Hirofumi MZ d0ab35e9da
[NOTEPAD] Refactor around _tWinMain (#5135)
- Add hInstance parameter to NOTEPAD_InitData.
- Move some code in _tWinMain into NOTEPAD_InitData.
- Move some code in _tWinMain into WM_CREATE handling.
- Move some code in WM_CLOSE handling into WM_DESTROY handling.
- Fix the exit code of _tWinMain.
CORE-18837
2023-03-12 08:26:33 +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] Refactor around _tWinMain (#5135) 2023-03-12 08:26:33 +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