Subversion Repositories Kolibri OS

Rev

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

Rev 7369 Rev 7422
Line 175... Line 175...
175
	$mov eax,70
175
	$mov eax,70
176
	$mov ebx,#read_dir_70.func
176
	$mov ebx,#read_dir_70.func
177
	$int 0x40
177
	$int 0x40
178
}
178
}
Line -... Line 179...
-
 
179
 
-
 
180
inline fastcall void SetCurDir( ECX)
-
 
181
{
-
 
182
	EAX=30;
-
 
183
	EBX=1;
-
 
184
	$int 0x40
-
 
185
}
179
 
186
 
180
//===================================================//
187
//===================================================//
181
//                                                   //
188
//                                                   //
182
//                        Misc                       //
189
//                        Misc                       //
183
//                                                   //
190
//                                                   //