Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7647 → Rev 7661

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