Changeset 8927 for trunk/src/iphlpapi/iphlpapi.cpp
- Timestamp:
- Jul 26, 2002, 7:18:30 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/iphlpapi/iphlpapi.cpp
r8303 r8927 1 /* $Id: iphlpapi.cpp,v 1. 8 2002-04-28 15:46:31sandervl Exp $ */1 /* $Id: iphlpapi.cpp,v 1.9 2002-07-26 17:18:29 sandervl Exp $ */ 2 2 /* 3 3 * IPHLPAPI library … … 73 73 74 74 #pragma pack() 75 76 //We don't want to use the OS2 version directly, but the one in wsock32 77 int WIN32API ODIN_gethostname (char * name, int namelen); 75 78 76 79 ODINDEBUGCHANNEL(IPHLPAPI-IPHLPAPI) … … 453 456 memset(pFixedInfo,0,memNeeded); 454 457 455 gethostname(fi->HostName,128);458 ODIN_gethostname(fi->HostName,128); 456 459 strcpy(fi->DomainName,_res.defdname); 457 460
Note:
See TracChangeset
for help on using the changeset viewer.