Bug 935395 - Fix QuickDraw Cursor declaration warning. r=smichaud

--HG--
extra : rebase_source : 61fcd566e04a7fc750f9aca22232c235f8ec6939
This commit is contained in:
Chris Peterson 2013-11-03 20:37:39 -08:00
parent 7cc27ca23c
commit 35f785af18

View File

@ -37,7 +37,7 @@
// weak imports, and test for their presence before using them.
#if !defined(__QUICKDRAWAPI__)
typedef struct Cursor;
struct Cursor;
extern "C" void SetCursor(const Cursor * crsr) __attribute__((weak_import));
#endif /* __QUICKDRAWAPI__ */