mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +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)
|
||||
{
|
||||
|
||||
#if 0
|
||||
#ifndef NO_OT
|
||||
if (ot_init() == noErr)
|
||||
stack = &ot;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user