Changeset 21308 for trunk/src/ws2_32


Ignore:
Timestamp:
Jun 18, 2009, 6:27:45 PM (16 years ago)
Author:
ydario
Message:

Minor updates, backout imm changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws2_32/ws2_32.def

    r9836 r21308  
    1616; WS2HELP.dll
    1717
    18   accept                                           = WSOCK32.1
    19   bind                                             = WSOCK32.2
    20   closesocket                                      = WSOCK32.3
    21   connect                                          = WSOCK32.4
    22   gethostbyaddr                                    = WSOCK32.51
    23   gethostbyname                                    = WSOCK32.52
    24   gethostname                                      = WSOCK32.57
    25   getpeername                                      = WSOCK32.5
    26   getprotobyname                                   = WSOCK32.53
    27   getprotobynumber                                 = WSOCK32.54
    28   getservbyname                                    = WSOCK32.55
    29   getservbyport                                    = WSOCK32.56
    30   getsockname                                      = WSOCK32.6
    31   htonl                                            = WSOCK32.8
    32   htons                                            = WSOCK32.9
    33   inet_addr                                        = WSOCK32.10
    34   inet_ntoa                                        = WSOCK32.11
    35   ioctlsocket                                      = WSOCK32.12
    36   listen                                           = WSOCK32.13
    37   ntohl                                            = WSOCK32.14
    38   ntohs                                            = WSOCK32.15
    39   recv                                             = WSOCK32.16
    40   recvfrom                                         = WSOCK32.17
    41   select                                           = WSOCK32.18
    42   send                                             = WSOCK32.19
    43   sendto                                           = WSOCK32.20
    44   shutdown                                         = WSOCK32.22
    45   socket                                           = WSOCK32.23
    46   WSAEventSelect                                   = WSOCK32.3001
    47   WSAEnumNetworkEvents                             = WSOCK32.3002
    4818         
    4919EXPORTS
    50   accept                                           @1
    51   bind                                             @2
    52   closesocket                                      @3
    53   connect                                          @4
    54   getpeername                                      @5
    55   getsockname                                      @6
     20   accept                      = _accept@12                            @1
     21   bind                        = _bind@12                              @2
     22   closesocket                 = _closesocket@4                        @3
     23   connect                     = _connect@12                           @4
     24   getpeername                 = _getpeername@12                       @5
     25   getsockname                 = _getsockname@12                       @6
    5626  getsockopt = _WS2getsockopt@20                   @7
    57   htonl                                            @8
    58   htons                                            @9
    59   ioctlsocket                                      @10
    60   inet_addr                                        @11
    61   inet_ntoa                                        @12
    62   listen                                           @13
    63   ntohl                                            @14
    64   ntohs                                            @15
    65   recv                                             @16
    66   recvfrom                                         @17
    67   select                                           @18
    68   send                                             @19
    69   sendto                                           @20
     27   htonl                       = _htonl@4                              @8
     28   htons                       = _htons@4                              @9
     29   ioctlsocket                 = _ioctlsocket@12                       @10
     30   inet_addr                   = _inet_addr@4                          @11
     31   inet_ntoa                   = _inet_ntoa@4                          @12
     32   listen                      = _listen@8                             @13
     33   ntohl                       = _ntohl@4                              @14
     34   ntohs                       = _ntohs@4                              @15
     35   recv                        = _recv@16                              @16
     36   recvfrom                    = _recvfrom@24                          @17
     37   select                      = _select@20                            @18
     38   send                        = _send@16                              @19
     39   sendto                      = _sendto@24                            @20
    7040  setsockopt = _WS2setsockopt@20                   @21
    71   shutdown                                         @22
    72   socket                                           @23
     41   shutdown                    = _shutdown@8                           @22
     42   socket                      = _socket@12                            @23
    7343
    7444; WSApSetPostRoutine                               @24
     
    8555; WSAEnumNameSpaceProvidersA                       @34
    8656; WSAEnumNameSpaceProvidersW                       @35
    87   WSAEnumNetworkEvents                             @36
     57  WSAEnumNetworkEvents = _WSAEnumNetworkEvents@12  @36
    8858  WSAEnumProtocolsA = _WSAEnumProtocolsA@12        @37
    8959  WSAEnumProtocolsW = _WSAEnumProtocolsW@12        @38
    90   WSAEventSelect                                   @39
     60  WSAEventSelect    = _WSAEventSelect@12           @39
     61
    9162; WSAGetOverlappedResult                           @40
    9263; WSAGetQOSByName                                  @41
     
    10172  WSAIoctl                    = _WSAIoctl@36       @50
    10273
    103   gethostbyaddr                                    @51
    104   gethostbyname                                    @52
    105   gethostname                                      @57
    106   getprotobyname                                   @53
    107   getprotobynumber                                 @54
    108   getservbyname                                    @55
    109   getservbyport                                    @56
     74  gethostbyaddr               = _gethostbyaddr@12                     @51
     75  gethostbyname               = _gethostbyname@4                      @52
     76  gethostname                 = _gethostname@8                        @57
     77  getprotobyname              = _getprotobyname@4                     @53
     78  getprotobynumber            = _getprotobynumber@4                   @54
     79  getservbyname               = _getservbyname@8                      @55
     80  getservbyport               = _getservbyport@8                      @56
    11081
    11182; WSAJoinLeaf                                      @58
Note: See TracChangeset for help on using the changeset viewer.