Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5542 → Rev 5554

/programs/cmm/lib/file_system.h
69,6 → 69,24
}
 
///////////////////////////
// Èçìåíåíèå ïàðàìåòðîâ ôàéëà //
///////////////////////////
:f70 setinfo_file_70;
:dword SetFileInfo(dword file_path, bdvk_struct)
{
setinfo_file_70.func = 6;
setinfo_file_70.param1 =
setinfo_file_70.param2 =
setinfo_file_70.param3 = 0;
setinfo_file_70.param4 = bdvk_struct;
setinfo_file_70.rezerv = 0;
setinfo_file_70.name = file_path;
$mov eax,70
$mov ebx,#setinfo_file_70.func
$int 0x40
}
 
///////////////////////////
// Çàïóñê ïðîãðàììû //
///////////////////////////
:f70 run_file_70;