mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 12:03:03 -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:
parent
24df1c5463
commit
1e25e56378
@ -2,6 +2,10 @@
|
|||||||
* Macintosh OpenTransport networking abstraction
|
* Macintosh OpenTransport networking abstraction
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if TARGET_API_MAC_CARBON
|
||||||
|
#define OTCARBONAPPLICATION 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <OpenTransport.h>
|
#include <OpenTransport.h>
|
||||||
#include <OpenTptInternet.h>
|
#include <OpenTptInternet.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user