Ignore:
Timestamp:
Jul 26, 2002, 7:18:30 PM (23 years ago)
Author:
sandervl
Message:

Use gethostname from wsock32, not the OS/2 version

File:
1 edited

Legend:

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

    r5792 r8927  
    1 ; $Id: iphlpapi.def,v 1.1 2001-05-24 17:35:34 sandervl Exp $
     1; $Id: iphlpapi.def,v 1.2 2002-07-26 17:18:30 sandervl Exp $
    22
    33LIBRARY IPHLPAPI INITINSTANCE
     
    88 GetAdaptersInfo  = _GetAdaptersInfo@8                    @17
    99 GetNetworkParams = _GetNetworkParams@8                   @38
     10
     11;to tell the linker to look elsewhere for this function
     12 _ODIN_gethostname@8 = _gethostname@8                     @50
     13
Note: See TracChangeset for help on using the changeset viewer.