зеркало из https://github.com/mozilla/pjs.git
fixing Mac raptor build: define XP_ERRNO only ifndef'd
This commit is contained in:
Родитель
570356b0f9
Коммит
19e7f0a553
|
@ -82,7 +82,9 @@ extern int dupsocket(int foo); /* always fails */
|
||||||
#define BOOLEAN char
|
#define BOOLEAN char
|
||||||
#endif /* XP_WIN */
|
#endif /* XP_WIN */
|
||||||
|
|
||||||
|
#ifndef SOCKET_ERRNO
|
||||||
#define SOCKET_ERRNO XP_GetError()
|
#define SOCKET_ERRNO XP_GetError()
|
||||||
|
#endif
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче