X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Funix.h;h=d43e0ae097a5f273e1b8233eae0b19fdf306bea8;hb=f004bcca17a789356c32527a396b68b71a773db2;hp=c2f9aeb1c3a7b6045aaf5451af7afa7cc3c95068;hpb=d35a41f6ba2683956b6c0219824c4b8df8c8fbc4;p=PuTTY.git diff --git a/unix/unix.h b/unix/unix.h index c2f9aeb1..d43e0ae0 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -24,9 +24,6 @@ struct FontSpec *fontspec_new(const char *name); typedef void *Context; /* FIXME: probably needs changing */ -typedef int OSSocket; -#define OSSOCKET_DEFINED /* stop network.h using its default */ - extern Backend pty_backend; typedef uint32_t uint32; /* C99: uint32_t defined in stdint.h */