fixing Mac raptor build: include xp_sock.h
git-svn-id: svn://10.0.0.236/trunk@10977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user