X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201..f85e6f6edb2c9415bc10bd2015479d72ea8c5ae2:/unix/unix.h?ds=sidebyside diff --git a/unix/unix.h b/unix/unix.h index 28a026cb..dbb28d6f 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -15,6 +15,9 @@ struct FontSpec { typedef void *Context; /* FIXME: probably needs changing */ +typedef int OSSocket; +#define OSSOCKET_DEFINED /* stop network.h using its default */ + extern Backend pty_backend; /*