fixing Mac raptor build: include xp_sock.h

This commit is contained in:
pierre%netscape.com 1998-09-24 23:08:56 +00:00
Родитель dfa37a645b
Коммит 7d831ecc25
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -4706,7 +4706,9 @@ ResDef(XP_ERRNO_EHOSTUNREACH ,WSAEHOSTUNREACH ,"No route to host")
END_STR(mcom_include_xp_error_i_strings)
#else
#ifdef XP_MAC
#include "xp_sock.h"
#endif
RES_START
BEGIN_STR(mcom_include_xp_error_i_strings)
ResDef(XP_ERRNO_EPIPE ,EPIPE ,"Broken pipe")

Просмотреть файл

@ -4706,7 +4706,9 @@ ResDef(XP_ERRNO_EHOSTUNREACH ,WSAEHOSTUNREACH ,"No route to host")
END_STR(mcom_include_xp_error_i_strings)
#else
#ifdef XP_MAC
#include "xp_sock.h"
#endif
RES_START
BEGIN_STR(mcom_include_xp_error_i_strings)
ResDef(XP_ERRNO_EPIPE ,EPIPE ,"Broken pipe")