Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8043 → Rev 8044

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