mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
OS/2 TB bustage
OS/2 only change needed with the OS/2 change to nsCom.h
This commit is contained in:
parent
3c642c3b37
commit
aa327b3ee6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user