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
Родитель 24df1c5463
Коммит 1e25e56378
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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