1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

If we're compiling for Carbon, define OTCARBONAPPLICATION so that we get

the simplified (and backward-compatible) application-only interfaces.

[originally from svn r2793]
This commit is contained in:
Ben Harris 2003-02-04 02:15:18 +00:00
parent 24df1c5463
commit 1e25e56378

View File

@ -2,6 +2,10 @@
* Macintosh OpenTransport networking abstraction
*/
#if TARGET_API_MAC_CARBON
#define OTCARBONAPPLICATION 1
#endif
#include <OpenTransport.h>
#include <OpenTptInternet.h>