We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a223557 commit 64f1758Copy full SHA for 64f1758
include/minisketch.h
@@ -5,7 +5,8 @@
5
#include <stdlib.h>
6
7
#ifdef _MSC_VER
8
-# include <compat.h>
+# include <BaseTsd.h>
9
+ typedef SSIZE_T ssize_t;
10
#else
11
# include <unistd.h>
12
#endif
0 commit comments