If we're compiling for Carbon, define OTCARBONAPPLICATION so that we get
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 Feb 2003 02:15:18 +0000 (02:15 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 Feb 2003 02:15:18 +0000 (02:15 +0000)
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

index eb24b85..1033961 100644 (file)
@@ -2,6 +2,10 @@
  * Macintosh OpenTransport networking abstraction
  */
 
+#if TARGET_API_MAC_CARBON
+#define OTCARBONAPPLICATION 1
+#endif
+
 #include <OpenTransport.h>
 #include <OpenTptInternet.h>