Subversion Repositories Kolibri OS

Rev

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

Rev 5155 Rev 5356
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 5155 $
18
$Revision: 5356 $
Line 19... Line 19...
19
 
19
 
20
struct  SOCKET
20
struct  SOCKET
Line 1479... Line 1479...
1479
 
1479
 
1480
        push    esi
1480
        push    esi
Line 1481... Line 1481...
1481
        mov     esi, eax
1481
        mov     esi, eax
1482
 
1482
 
1483
        push    edx
1483
        push    edx
1484
        stdcall create_ring_buffer, SOCKET_MAXDATA, PG_SW
1484
        stdcall create_ring_buffer, SOCKET_MAXDATA, PG_SWR
1485
        pop     edx
1485
        pop     edx
Line 1486... Line 1486...
1486
        test    eax, eax
1486
        test    eax, eax