mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Fix ssize_t definition
This commit is contained in:
parent
99203e4177
commit
3bce5b2f30
@ -42,7 +42,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <ntsecapi.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
// Workaround an upstream LLVM issue.
|
||||
// See https://github.com/ziglang/zig/issues/7614#issuecomment-752939981
|
||||
#if defined(_MSC_VER) && defined(_WIN64)
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user