OS/2 TB bustage

OS/2 only change needed with the OS/2 change to nsCom.h
This commit is contained in:
mkaply%us.ibm.com 2001-04-20 03:45:19 +00:00
parent 3c642c3b37
commit aa327b3ee6

View File

@ -1166,8 +1166,10 @@ RDFContentSinkImpl::AddProperties(const nsIParserNode& aNode,
}
// XXX Wish there was a better macro in nsCom.h...
#if defined(XP_PC) && !defined(XP_OS2)
#if defined(XP_WIN)
#define STDCALL __stdcall
#elif defined(XP_OS2)
#define STDCALL _System
#else
#define STDCALL
#endif