mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Enable the Open Transport networking implementation unless NO_OT is defined.
[originally from svn r5224]
This commit is contained in:
parent
e12b2dcb71
commit
13de3f2357
@ -40,7 +40,7 @@ static struct macnet_stack mactcp = {
|
|||||||
void sk_init(void)
|
void sk_init(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
#if 0
|
#ifndef NO_OT
|
||||||
if (ot_init() == noErr)
|
if (ot_init() == noErr)
|
||||||
stack = &ot;
|
stack = &ot;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user