r=seawood, sr=bz OS/2 GCC work git-svn-id: svn://10.0.0.236/trunk@140120 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#if defined(XP_MAC)
|
||||
#define PR_EXTERN(__type) extern __declspec(export) __type
|
||||
#define PR_PUBLIC_API(__type) __declspec(export) __type
|
||||
#elif defined(XP_PC)
|
||||
#elif defined(XP_WIN) || defined(XP_OS2_VACPP)
|
||||
#define PR_EXTERN(__type) extern _declspec(dllexport) __type
|
||||
#define PR_PUBLIC_API(__type) _declspec(dllexport) __type
|
||||
#else /* XP_UNIX */
|
||||
|
||||
Reference in New Issue
Block a user