mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[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:
parent
9ac20a7fe2
commit
f91b92c3f9
3 changed files with 86 additions and 111 deletions
|
@ -69,3 +69,4 @@ BOOL DoCloseFile(VOID);
|
|||
VOID DoOpenFile(LPCTSTR szFileName);
|
||||
VOID DoShowHideStatusBar(VOID);
|
||||
VOID DoCreateEditWindow(VOID);
|
||||
void UpdateWindowCaption(BOOL clearModifyAlert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue