From 1e25e56378fa4fc045817a5f32300ba05ce03908 Mon Sep 17 00:00:00 2001 From: Ben Harris 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. [originally from svn r2793] --- 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