[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
This commit is contained in:
Katayama Hirofumi MZ 2023-03-09 03:41:11 +09:00 committed by GitHub
parent 9ac20a7fe2
commit f91b92c3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 86 additions and 111 deletions

View file

@ -69,3 +69,4 @@ BOOL DoCloseFile(VOID);
VOID DoOpenFile(LPCTSTR szFileName);
VOID DoShowHideStatusBar(VOID);
VOID DoCreateEditWindow(VOID);
void UpdateWindowCaption(BOOL clearModifyAlert);