diff --git a/polymer/eduke32/build/include/compat.h b/polymer/eduke32/build/include/compat.h index 4b3eb45ef..8209773ed 100644 --- a/polymer/eduke32/build/include/compat.h +++ b/polymer/eduke32/build/include/compat.h @@ -465,6 +465,9 @@ BDIR* Bopendir(const char *name); struct Bdirent* Breaddir(BDIR *dir); int32_t Bclosedir(BDIR *dir); +#ifdef _MSC_VER +typedef intptr_t ssize_t; +#endif #ifdef __compat_h_macrodef__ typedef FILE BFILE;