Fix for OpenBSD and potentially Solaris/x86.
This commit is contained in:
Родитель
b1e5900291
Коммит
1d4fd3ef93
|
@ -20,7 +20,8 @@
|
|||
|
||||
#include "xptcprivate.h"
|
||||
|
||||
#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(NTO) || defined(__BEOS__)
|
||||
#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
|
||||
defined(__bsdi__) || defined(NTO) || defined(__BEOS__) || defined(__sun__)
|
||||
|
||||
static nsresult
|
||||
PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
|
||||
|
|
Загрузка…
Ссылка в новой задаче