зеркало из https://github.com/mozilla/pjs.git
Removed the #ifndef NO_NSPR_10_SUPPORT around the _PR_MD_GET_SP
macro definition. This macro is used internally by NSPR20.
This commit is contained in:
Родитель
bd06a5b38d
Коммит
b6f76b461d
|
@ -1135,13 +1135,9 @@ extern PRStatus _PR_MD_SET_FD_INHERITABLE(PRFileDesc *fd, PRBool inheritable);
|
|||
PR_SetError(PR_IO_TIMEOUT_ERROR, 0); \
|
||||
}
|
||||
|
||||
#ifndef NO_NSPR_10_SUPPORT
|
||||
|
||||
PR_EXTERN(void *) _PR_MD_GET_SP(PRThread *thread);
|
||||
extern void *_PR_MD_GET_SP(PRThread *thread);
|
||||
#define _PR_MD_GET_SP _MD_GET_SP
|
||||
|
||||
#endif /* NO_NSPR_10_SUPPORT */
|
||||
|
||||
#endif /* defined(_PR_PTHREADS) */
|
||||
|
||||
/************************************************************************/
|
||||
|
|
Загрузка…
Ссылка в новой задаче