fixing Mac raptor build: define XP_ERRNO only ifndef'd

git-svn-id: svn://10.0.0.236/trunk@10991 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com
1998-09-24 23:54:31 +00:00
parent a2804d24b5
commit 4cab2fc81b

View File

@@ -82,7 +82,9 @@ extern int dupsocket(int foo); /* always fails */
#define BOOLEAN char
#endif /* XP_WIN */
#ifndef SOCKET_ERRNO
#define SOCKET_ERRNO XP_GetError()
#endif
/************************************************************************/