If we're compiling for Carbon, define OTCARBONAPPLICATION so that we get
[u/mdw/putty] / 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>