Subversion Repositories Kolibri OS

Rev

Rev 6504 | Rev 6563 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6504 Rev 6562
Line 245... Line 245...
245
	$int 0x40
245
	$int 0x40
246
}
246
}
Line 247... Line 247...
247
 
247
 
Line 248... Line 248...
248
//------------------------------------------------------------------------------
248
//------------------------------------------------------------------------------
249
 
249
 
250
inline fastcall void SetCurDir( ECX)
250
// inline fastcall void SetCurDir( ECX)
251
{
251
// {
252
  EAX=30;
252
//   EAX=30;
253
  EBX=1;
253
//   EBX=1;
Line 254... Line 254...
254
  $int 0x40
254
//   $int 0x40
255
}
255
// }
256
 
256