X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2beb0fb004d36c0ce0a2db3f00ad145241391ae3..d70e3b83f17cd28a8cc183bd77501d3726c7211d:/mac/macstuff.h diff --git a/mac/macstuff.h b/mac/macstuff.h index 6dc3df2b..ce3b58fe 100644 --- a/mac/macstuff.h +++ b/mac/macstuff.h @@ -26,6 +26,13 @@ typedef void *Context; /* FIXME */ #define OPTIMISE_SCROLL +/* + * sk_getxdmdata() does not exist under the Mac (SGT: I have no + * idea whatsoever how to write it, and furthermore I'm unconvinced + * it's necessary), so it's a macro which always returns FALSE. + */ +#define sk_getxdmdata(socket, ip, port) (0) + /* To make it compile */ #include