X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/1d81a7b61a209e7ab114d4aadd4e9a8b318f83dc..92d60585a150b47c7dbca3be8f1b9b9c0a3af250:/mac/mtcpnet.c diff --git a/mac/mtcpnet.c b/mac/mtcpnet.c index f355232f..754ce18d 100644 --- a/mac/mtcpnet.c +++ b/mac/mtcpnet.c @@ -27,6 +27,8 @@ * mtcpnet.c - MacTCP interface */ +#if !TARGET_API_MAC_CARBON + #include #include #include @@ -829,13 +831,7 @@ OSErr CloseResolver(void) return noErr; } -/* MacTCP doesn't have a services database. */ -int net_service_lookup(char *service) -{ - - return 0; -} - +#endif /* * Local Variables: