From c9446101efb72d2326890e397ce82b495276e600 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 4 Feb 2003 02:15:18 +0000 Subject: [PATCH] If we're compiling for Carbon, define OTCARBONAPPLICATION so that we get the simplified (and backward-compatible) application-only interfaces. git-svn-id: svn://svn.tartarus.org/sgt/putty@2793 cda61777-01e9-0310-a592-d414129be87e --- mac/otnet.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mac/otnet.c b/mac/otnet.c index eb24b85c..1033961d 100644 --- a/mac/otnet.c +++ b/mac/otnet.c @@ -2,6 +2,10 @@ * Macintosh OpenTransport networking abstraction */ +#if TARGET_API_MAC_CARBON +#define OTCARBONAPPLICATION 1 +#endif + #include #include -- 2.11.0