mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
MSVC's <sys/types.h> does not define ssize_t (it is a POSIX type). This causes the translate-c build step to fail when translating ghostty.h on Windows. Use SSIZE_T from <BaseTsd.h> which is the Windows SDK equivalent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>