Subversion Repositories Kolibri OS

Rev

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

Rev 7219 Rev 7914
Line 63... Line 63...
63
//                                                   //
63
//                                                   //
64
//===================================================//
64
//===================================================//
Line 65... Line 65...
65
 
65
 
66
:void Clipboard__CopyText(dword _text)
66
:void Clipboard__CopyText(dword _text)
67
{
67
{
68
int size_buf;
68
dword size_buf;
Line 69... Line 69...
69
dword buff_data;
69
dword buff_data;
70
 
70
 
71
	size_buf = strlen(_text) + 12;
71
	size_buf = strlen(_text) + 12;