X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/76249e6ff245123640c637535fe9bbf09603265d..c13772b1ab493bfc92760c9c45c6aa5c58074ab1:/mac/macnet.c diff --git a/mac/macnet.c b/mac/macnet.c index ffce9022..ddc3d77c 100644 --- a/mac/macnet.c +++ b/mac/macnet.c @@ -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