X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ed09051a214b7f3d4151a2e54535fc306d66319..2b4f3c9f768c91d1927c263f5db644cc16fca0b9:/src/mac/gsocket.c?ds=sidebyside diff --git a/src/mac/gsocket.c b/src/mac/gsocket.c index 290f75ee64..bbeaa29fcf 100644 --- a/src/mac/gsocket.c +++ b/src/mac/gsocket.c @@ -1650,10 +1650,12 @@ void _GSocket_Internal_Proc(unsigned long e , void* d ) /* Hack added for Mac OS X */ GSocketError GAddress_UNIX_GetPath(GAddress *addr, char *path, size_t buf) { + return GSOCK_INVADDR; } GSocketError GAddress_UNIX_SetPath(GAddress *addr, const char *path) { + return GSOCK_INVADDR; } #endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */