Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5420 → Rev 5421

/programs/cmm/lib/file_system.h
23,20 → 23,7
char name[518];
};
 
inline fastcall void SetCurDir( ECX)
{
$mov eax,30
$mov ebx,1
$int 0x40
}
 
inline fastcall void GetCurDir( ECX, EDX)
{
$mov eax,30
$mov ebx,2
$int 0x40
}
 
///////////////////////////
// Ïàðàìåòðû ôàéëà //
///////////////////////////
227,9 → 214,9
return error;
}
 
:void notify(dword notify_param)
:dword notify(dword notify_param)
{
RunProgram("@notify", notify_param);
return RunProgram("@notify", notify_param);
}
 
:dword abspath(dword relative_path) //GetAbsolutePathFromRelative()