Changeset 5667 for trunk/src


Ignore:
Timestamp:
May 7, 2001, 3:17:25 PM (24 years ago)
Author:
phaller
Message:

Removed incompatible dll WS2HELP

File:
1 edited

Legend:

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

    r5664 r5667  
    1 ; $Id: ws2_32.def,v 1.1 2001-05-07 08:23:50 phaller Exp $
     1; $Id: ws2_32.def,v 1.2 2001-05-07 13:17:25 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    99
    1010IMPORTS
    11 
     11; The original module imports from:
     12; KERNEL32.DLL
     13; ADVAPI32.dll
     14; MSVCRT.dll
     15; USER32.dll
     16; WS2HELP.dll
     17; We could forward to WSOCK32 probably
     18         
    1219EXPORTS
     20; WEP                                              @500
     21; WPUCompleteOverlappedRequest                     @25
     22; WSAAccept                                        @26
     23; WSAAddressToStringA                              @27
     24; WSAAddressToStringW                              @28
     25; WSAAsyncGetHostByAddr                            @102
     26; WSAAsyncGetHostByName                            @103
     27; WSAAsyncGetProtoByName                           @105
     28; WSAAsyncGetProtoByNumber                         @104
     29; WSAAsyncGetServByName                            @107
     30; WSAAsyncGetServByPort                            @106
     31; WSAAsyncSelect                                   @101
     32; WSACancelAsyncRequest                            @108
     33; WSACancelBlockingCall                            @113
     34; WSACleanup                                       @116
     35; WSACloseEvent                                    @29
     36; WSAConnect                                       @30
     37; WSACreateEvent                                   @31
     38; WSADuplicateSocketA                              @32
     39; WSADuplicateSocketW                              @33
     40; WSAEnumNameSpaceProvidersA                       @34
     41; WSAEnumNameSpaceProvidersW                       @35
     42; WSAEnumNetworkEvents                             @36
     43; WSAEnumProtocolsA                                @37
     44; WSAEnumProtocolsW                                @38
     45; WSAEventSelect                                   @39
     46; WSAGetLastError                                  @111
     47; WSAGetOverlappedResult                           @40
     48; WSAGetQOSByName                                  @41
     49; WSAGetServiceClassInfoA                          @42
     50; WSAGetServiceClassInfoW                          @43
     51; WSAGetServiceClassNameByClassIdA                 @44
     52; WSAGetServiceClassNameByClassIdW                 @45
     53; WSAHtonl                                         @46
     54; WSAHtons                                         @47
     55; WSAInstallServiceClassA                          @48
     56; WSAInstallServiceClassW                          @49
     57; WSAIoctl                                         @50
     58; WSAIsBlocking                                    @114
     59; WSAJoinLeaf                                      @58
     60; WSALookupServiceBeginA                           @59
     61; WSALookupServiceBeginW                           @60
     62; WSALookupServiceEnd                              @61
     63; WSALookupServiceNextA                            @62
     64; WSALookupServiceNextW                            @63
     65; WSANtohl                                         @64
     66; WSANtohs                                         @65
     67; WSAProviderConfigChange                          @66
     68; WSARecv                                          @67
     69; WSARecvDisconnect                                @68
     70; WSARecvFrom                                      @69
     71; WSARemoveServiceClass                            @70
     72; WSAResetEvent                                    @71
     73; WSASend                                          @72
     74; WSASendDisconnect                                @73
     75; WSASendTo                                        @74
     76; WSASetBlockingHook                               @109
     77; WSASetEvent                                      @75
     78; WSASetLastError                                  @112
     79; WSASetServiceA                                   @76
     80; WSASetServiceW                                   @77
     81; WSASocketA                                       @78
     82; WSASocketW                                       @79
     83; WSAStartup                                       @115
     84; WSAStringToAddressA                              @80
     85; WSAStringToAddressW                              @81
     86; WSAUnhookBlockingHook                            @110
     87; WSAWaitForMultipleEvents                         @82
     88; WSApSetPostRoutine                               @24
     89; WSCDeinstallProvider                             @83
     90; WSCEnableNSProvider                              @84
     91; WSCEnumProtocols                                 @85
     92; WSCGetProviderPath                               @86
     93; WSCInstallNameSpace                              @87
     94; WSCInstallProvider                               @88
     95; WSCUnInstallNameSpace                            @89
     96; __WSAFDIsSet                                     @151
     97; accept                                           @1
     98; bind                                             @2
     99; closesocket                                      @3
     100; connect                                          @4
     101; gethostbyaddr                                    @51
     102; gethostbyname                                    @52
     103; gethostname                                      @57
     104; getpeername                                      @5
     105; getprotobyname                                   @53
     106; getprotobynumber                                 @54
     107; getservbyname                                    @55
     108; getservbyport                                    @56
     109; getsockname                                      @6
     110; getsockopt                                       @7
     111; htonl                                            @8
     112; htons                                            @9
     113; inet_addr                                        @11
     114; inet_ntoa                                        @12
     115; ioctlsocket                                      @10
     116; listen                                           @13
     117; ntohl                                            @14
     118; ntohs                                            @15
     119; recv                                             @16
     120; recvfrom                                         @17
     121; select                                           @18
     122; send                                             @19
     123; sendto                                           @20
     124; setsockopt                                       @21
     125; shutdown                                         @22
     126; socket                                           @23
Note: See TracChangeset for help on using the changeset viewer.