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

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
1 deleted
2 edited
1 copied

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/testapp/network/iphlpapi/GetIpAddrTable.c

    r21415 r21916  
    4242                          (LPTSTR) & lpMsgBuf, 0, NULL)) {
    4343            printf("\tError: %s", lpMsgBuf);
    44             LocalFree(lpMsgBuf);
     44            LocalFree((HLOCAL)lpMsgBuf);
    4545        }
    4646        exit(1);
Note: See TracChangeset for help on using the changeset viewer.