KFM - small correction r7801, r7863, r7996. Now the size of the executable file has become smaller.

git-svn-id: svn://kolibrios.org@9720 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov 2022-02-18 21:42:21 +00:00
parent 5052d133da
commit bc7aa06428
2 changed files with 8 additions and 7 deletions

View File

@ -267,10 +267,3 @@ align 4
read_folder_3_name:
rb 64
;---------------------------------------------------------------------
align 4
sysopen:
dd 7,0,start_parameter,0,0
db '/sys/@open',0
;---------------------------------------------------------------------
buttons_file_data file 'images/buttons.raw'
icons_file_data file 'images/icons.raw'

View File

@ -207,4 +207,12 @@ create_editboxes_end:
;copy_editboxes:
;edit2 edit_box 150,10,10,0xffffff,0,0,0,0,255,create_dir_name,ed_focus,0
;copy_editboxes_end:
;---------------------------------------------------------------------
align 4
sysopen:
dd 7,0,start_parameter,0,0
db '/sys/@open',0
;---------------------------------------------------------------------
buttons_file_data file 'images/buttons.raw'
icons_file_data file 'images/icons.raw'
;---------------------------------------------------------------------