зеркало из https://github.com/github/putty.git
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:
Родитель
24df1c5463
Коммит
1e25e56378
|
@ -2,6 +2,10 @@
|
|||
* Macintosh OpenTransport networking abstraction
|
||||
*/
|
||||
|
||||
#if TARGET_API_MAC_CARBON
|
||||
#define OTCARBONAPPLICATION 1
|
||||
#endif
|
||||
|
||||
#include <OpenTransport.h>
|
||||
#include <OpenTptInternet.h>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче