Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7661 → Rev 7660

/programs/cmm/lib/kolibri.h
89,9 → 89,10
$int 0x40
}
 
inline fastcall dword WaitEventTimeout(EBX)
:dword WaitEventTimeout(dword time)
{
EAX = 23;
EBX = time;
$int 0x40
}