зеркало из https://github.com/mozilla/pjs.git
09171998 LiveConnect Carpool: XP_MAC, fixed NS_EXPORT to actually export on the Mac.
This commit is contained in:
Родитель
bf8ced0d8c
Коммит
09ba9b9c7a
|
@ -56,8 +56,8 @@
|
||||||
|
|
||||||
#else /* !XP_PC */
|
#else /* !XP_PC */
|
||||||
|
|
||||||
#define NS_EXPORT
|
#define NS_EXPORT __declspec(export)
|
||||||
#define NS_EXPORT_(type) type
|
#define NS_EXPORT_(type) __declspec(export) type
|
||||||
|
|
||||||
#define NS_IMETHOD_(type) virtual type
|
#define NS_IMETHOD_(type) virtual type
|
||||||
#define NS_IMETHOD virtual nsresult
|
#define NS_IMETHOD virtual nsresult
|
||||||
|
|
Загрузка…
Ссылка в новой задаче