X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e0e7dff87dc3f482da6ab00317664474b0f82995..2f92b7170f74a58d1e33d7913e154f9f47852683:/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