Last change
on this file since 10010 was 8927, checked in by sandervl, 23 years ago |
Use gethostname from wsock32, not the OS/2 version
|
File size:
412 bytes
|
Line | |
---|
1 | ; $Id: iphlpapi.def,v 1.2 2002-07-26 17:18:30 sandervl Exp $
|
---|
2 |
|
---|
3 | LIBRARY IPHLPAPI INITINSTANCE
|
---|
4 | DESCRIPTION 'Odin32 System DLL - IPHLPAPI'
|
---|
5 | DATA MULTIPLE NONSHARED
|
---|
6 |
|
---|
7 | EXPORTS
|
---|
8 | GetAdaptersInfo = _GetAdaptersInfo@8 @17
|
---|
9 | GetNetworkParams = _GetNetworkParams@8 @38
|
---|
10 |
|
---|
11 | ;to tell the linker to look elsewhere for this function
|
---|
12 | _ODIN_gethostname@8 = _gethostname@8 @50
|
---|
13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.