Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2133 → Rev 2134

/programs/fs/Eolite/trunk/lib/file_system.h--
119,7 → 119,7
// Têîïèðîâàòü ôàéë //
///////////////////////////
f70 CopyFile_f;
inline fastcall dword CopyFile(dword EBX,ECX)
inline fastcall int CopyFile(dword EBX,ECX)
{
BDVK CopyFile_atr;
dword s=EBX, d=ECX, cBufer=0;
153,6 → 153,7
$int 0x40
}
}
return EAX;
 
}