Skip to content

Commit

Permalink
libs/putty: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Dec 8, 2024
1 parent 67c4d33 commit d4cc1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/putty/network.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ SockAddr *sk_addr_dup(SockAddr *addr);

/* NB, control of 'addr' is passed via sk_new, which takes responsibility
* for freeing it, as for new_connection() */
#if defined(__BORLANDC__)
#if defined(sk_new)
#undef sk_new
#endif // defined(__BORLANDC__)
#endif
Socket *sk_new(SockAddr *addr, int port, bool privport, bool oobinline,
bool nodelay, bool keepalive, Plug *p,
#ifdef MPEXT
Expand Down

0 comments on commit d4cc1ca

Please sign in to comment.