Subversion Repositories Kolibri OS

Rev

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

Rev 3434 Rev 3444
Line 238... Line 238...
238
	$mov eax,68
238
	$mov eax,68
239
	$mov ebx,1
239
	$mov ebx,1
240
	$int 0x40
240
	$int 0x40
241
}
241
}
Line -... Line 242...
-
 
242
 
-
 
243
inline fastcall void SendWindowMessage( ECX, EDX)
-
 
244
{
-
 
245
	$mov eax, 72
-
 
246
	$mov ebx, 1
-
 
247
	$int 0x40
-
 
248
}
242
 
249
 
243
inline fastcall int KillProcess( ECX)
250
inline fastcall int KillProcess( ECX)
244
{
251
{
245
	$mov eax,18;
252
	$mov eax,18;
246
	$mov ebx,18;
253
	$mov ebx,18;