21 lines
421 B
Modula-2
21 lines
421 B
Modula-2
LIBRARY ICFG32
|
|
HEAPSIZE 512
|
|
|
|
EXPORTS
|
|
IcfgNeedInetComponents
|
|
IcfgInstallInetComponents
|
|
IcfgGetLastInstallErrorText
|
|
IcfgSetInstallSourcePath
|
|
IcfgIsGlobalDNS
|
|
IcfgRemoveGlobalDNS
|
|
IcfgIsFileSharingTurnedOn
|
|
IcfgTurnOffFileSharing
|
|
InetSetAutodial
|
|
InetGetAutodial
|
|
InetSetAutodialAddress
|
|
InetGetSupportedPlatform
|
|
IcfgNeedModem
|
|
IcfgInstallModem
|
|
IcfgStartServices
|
|
|