Changeset 21916 for trunk/testapp/network/iphlpapi
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/testapp/network/iphlpapi/GetIpAddrTable.c
r21415 r21916 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.