use carbon for pasteboard

This commit is contained in:
rsc 2006-02-28 12:54:33 +00:00
parent a24065936d
commit bebdea4e8e

View file

@ -5,6 +5,9 @@ extern "C" {
#endif
AUTOLIB(draw)
#ifdef __APPLE__
AUTOFRAMEWORK(Carbon)
#endif
typedef struct Cachefont Cachefont;
typedef struct Cacheinfo Cacheinfo;