This commit is contained in:
Rafael Kitover
2025-03-28 23:37:52 +01:00
committed by GitHub
6 changed files with 78 additions and 2 deletions

View File

@@ -77,6 +77,11 @@
#define __weak __attribute__ ((__weak__))
#endif
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__MSYS__)
#define WIN32_PLATFORM
#define TTY_OVER_SOCKET
#endif
#ifndef ECHOPRT
#define ECHOPRT 0
#endif