Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/iphlpapi/iphlpapi.def

    r10066 r21916  
    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.