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:
mkaply%us.ibm.com 2003-03-23 23:56:15 +00:00
parent 1f1970b7d2
commit ca7c70ef00
2 changed files with 1 additions and 5 deletions

View File

@ -145,10 +145,6 @@ EXTRA_DSO_LDOPTS += \
$(NULL)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
EXPORT_OBJS = 1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../base/src \

View File

@ -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 */