зеркало из https://github.com/mozilla/gecko-dev.git
Bug 935395 - Fix QuickDraw Cursor declaration warning. r=smichaud
--HG-- extra : rebase_source : 61fcd566e04a7fc750f9aca22232c235f8ec6939
This commit is contained in:
Родитель
7cc27ca23c
Коммит
35f785af18
|
@ -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__ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче