1
0
forked from GitHub/gf-core

enable the compilation with MSVC which doesn't define ssize_t

This commit is contained in:
Krasimir Angelov
2023-05-10 13:32:11 +02:00
parent 7eac9ea2ab
commit 18d995af52
2 changed files with 1 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
#ifdef _WIN32
#include <windows.h>
typedef SSIZE_T ssize_t;
#endif
#ifdef __APPLE__