Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5696 → Rev 5697

/programs/cmm/lib/kolibri.h
130,6 → 130,12
$int 0x40
}
 
inline fastcall GetStatusKey(){
$mov eax,66
$mov ebx,3
$int 0x40
}
 
inline fastcall word GetKey() //+Gluk fix
{
$push edx