Subversion Repositories Kolibri OS

Rev

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

Rev 8711 Rev 9045
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2013-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2013-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 8711 $
8
$Revision: 9045 $
9
 
9
 
10
 
10
 
Line 50... Line 50...
50
        dec     ebx  ; 2 - Write the data to the clipboard
50
        dec     ebx  ; 2 - Write the data to the clipboard
51
        jnz     .3
51
        jnz     .3
Line 52... Line 52...
52
 
52
 
53
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
53
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
        stdcall is_region_userspace, edx, ecx
54
        stdcall is_region_userspace, edx, ecx
55
        jnz     @f
55
        jz      @f
56
        mov     eax, -1
56
        mov     eax, -1
57
        jmp     .exit_1
57
        jmp     .exit_1
58
@@:
58
@@: