Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4316 → Rev 4317

/programs/develop/examples/clipboard/clip_get.asm
127,7 → 127,7
cmp [eax],dword 0
jne .no_relevant_data_1
add eax,4
cmp [eax],dword 866
cmp [eax],dword 1 ; cp866
jne .no_relevant_data_2
add eax,4
/programs/develop/examples/clipboard/clip_put.asm
117,7 → 117,7
buffer_data:
dd buffer_data.end - buffer_data
dd 0 ; type 'text'
dd 866 ; text encoding
dd 1 ; cp866 text encoding
db 'Test message to the clipboard'
.end:
;---------------------------------------------------------------------