зеркало из https://github.com/mozilla/pjs.git
OS/2 TB bustage
OS/2 only change needed with the OS/2 change to nsCom.h
This commit is contained in:
Родитель
fea369338b
Коммит
7ea8208ac6
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче