Ignore:
Timestamp:
Dec 8, 2011, 2:32:54 PM (14 years ago)
Author:
dmik
Message:

Port WSOCK32 and IPHLPAPI to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/iphlpapi/iphlpapi.def

    r10066 r21865  
    66
    77EXPORTS
    8  GetAdaptersInfo    = _GetAdaptersInfo@8                    @17
    9  GetNetworkParams   = _GetNetworkParams@8                   @38
     8 GetAdaptersInfo    = "_GetAdaptersInfo@8"                  @17
     9 GetNetworkParams   = "_GetNetworkParams@8"                 @38
    1010
    11  GetIpAddrTable     = _GetIpAddrTable@12                    @40
    12  GetIfTable         = _GetIfTable@12                        @41
    13  GetFriendlyIfIndex = _GetFriendlyIfIndex@4                 @42
     11 GetIpAddrTable     = "_GetIpAddrTable@12"                  @40
     12 GetIfTable         = "_GetIfTable@12"                      @41
     13 GetFriendlyIfIndex = "_GetFriendlyIfIndex@4"               @42
    1414
    15 ;to tell the linker to look elsewhere for this function
    16  _ODIN_gethostname@8 = _gethostname@8                     @50
    17 
Note: See TracChangeset for help on using the changeset viewer.