Files
ghostty/include
Alessandro De Blasis e993ded7c8 ghostty.h: guard sys/types.h include for MSVC
sys/types.h is a POSIX header that does not exist on MSVC. Move it
into the #else branch of the existing _MSC_VER guard that already
provides ssize_t via BaseTsd.h.
2026-03-31 02:40:33 +02:00
..