mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 21:12:47 -05:00
Enable the Open Transport networking implementation unless NO_OT is defined.
[originally from svn r5224]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user