]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/gsocket.c
removed virtual modifier from Command handlers, added readonly and color information...
[wxWidgets.git] / src / mac / gsocket.c
index 290f75ee641655730a2d99d98e9b7d0965f9c7e6..bbeaa29fcf83dc7d16dbccb30b6aeefcd0fc67e0 100644 (file)
@@ -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__) */