- Timestamp:
- Dec 8, 2011, 4:40:48 PM (14 years ago)
- Location:
- branches/gcc-kmk/testapp
- Files:
-
- 1 added
- 2 edited
-
Makefile.kmk (modified) (1 diff)
-
network/iphlpapi/GetIpAddrTable.c (modified) (1 diff)
-
network/iphlpapi/Makefile.kmk (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/testapp/Makefile.kmk
r21862 r21866 16 16 gui/fontlist \ 17 17 gui/input \ 18 gui/systray 18 gui/systray \ 19 network/iphlpapi 19 20 20 21 $(foreach dir,$(INCLUDE_SUBDIRS),$(eval include $$(PATH_SUB_CURRENT)/$(dir)/Makefile.kmk)) -
branches/gcc-kmk/testapp/network/iphlpapi/GetIpAddrTable.c
r21415 r21866 42 42 (LPTSTR) & lpMsgBuf, 0, NULL)) { 43 43 printf("\tError: %s", lpMsgBuf); 44 LocalFree( lpMsgBuf);44 LocalFree((HLOCAL)lpMsgBuf); 45 45 } 46 46 exit(1);
Note:
See TracChangeset
for help on using the changeset viewer.
