Changeset 21866 for branches


Ignore:
Timestamp:
Dec 8, 2011, 4:40:48 PM (14 years ago)
Author:
dmik
Message:

Port iphlpapi test case to GCC/kBuild.

Location:
branches/gcc-kmk/testapp
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/testapp/Makefile.kmk

    r21862 r21866  
    1616    gui/fontlist \
    1717    gui/input \
    18     gui/systray
     18    gui/systray \
     19    network/iphlpapi
    1920
    2021$(foreach dir,$(INCLUDE_SUBDIRS),$(eval include $$(PATH_SUB_CURRENT)/$(dir)/Makefile.kmk))
  • branches/gcc-kmk/testapp/network/iphlpapi/GetIpAddrTable.c

    r21415 r21866  
    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.