1
0
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:
Owen Dunn 2005-01-28 23:39:38 +00:00
parent e12b2dcb71
commit 13de3f2357

View File

@ -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