mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
fix
This commit is contained in:
parent
16efdf3214
commit
1840f7f782
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
|
|||
Find("DCColorChg", ff_mask,fu_flags,"DCColorChange");
|
||||
Find("Adam(", ff_mask,fu_flags,"Sys("); // using Adam( not to rename lists that contain the name Adam
|
||||
Find("KbdMsHndlr", ff_mask,fu_flags,"KbdMouseHandler");
|
||||
Find("WinMsUpdate", ff_mask,fu_flags,"WinMouseUpdate");
|
||||
Find("RWF_SHOW_DOLLAR", ff_mask,fu_flags,"RAWF_SHOW_DOLLAR");
|
||||
Find("RWF_SCROLL", ff_mask,fu_flags,"RAWF_SCROLL");
|
||||
|
||||
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
|
||||
Find("MemSet", ff_mask, fu_flags);
|
||||
|
|
Loading…
Reference in a new issue