09171998 LiveConnect Carpool: XP_MAC, fixed NS_EXPORT to actually export on the Mac.

git-svn-id: svn://10.0.0.236/trunk@10298 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 1998-09-17 19:21:43 +00:00
parent 7609d1d6bc
commit 1938753e23

View File

@ -56,8 +56,8 @@
#else /* !XP_PC */
#define NS_EXPORT
#define NS_EXPORT_(type) type
#define NS_EXPORT __declspec(export)
#define NS_EXPORT_(type) __declspec(export) type
#define NS_IMETHOD_(type) virtual type
#define NS_IMETHOD virtual nsresult