Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 8042 → Rev 8043

/programs/cmm/lib/kolibri.h
94,9 → 94,10
$int 0x40
}
 
inline fastcall dword WaitEventTimeout(EBX)
inline dword WaitEventTimeout(dword time)
{
EAX = 23;
EBX = time;
$int 0x40
}
667,4 → 668,4
 
#ifndef INCLUDE_IPC_H
#include "../lib/ipc.h"
#endif
#endif