Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
mNo edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
We are adding a #define to npapi.h to make this easier: | We are adding a #define to npapi.h to make this easier: | ||
#if defined(XP_MACOSX) && defined(__LP64__) | #if defined(XP_MACOSX) && defined(__LP64__) | ||
#define NP_NO_QUICKDRAW | #define NP_NO_QUICKDRAW | ||
#endif | #endif | ||
You'll see this #define used throughout this proposal. | You'll see this #define used throughout this proposal. | ||