Squashed 'src/minisketch/' changes from 7eeb778fef..47f0a2d26f

47f0a2d26f Merge sipa/minisketch#66: msvc: remove direct Bitcoin Core `compat.h` include
64f17584c7 msvc: remove Core compat.h include
a223557ce1 Merge sipa/minisketch#65: Update broken links
127f7763e8 Update broken links

git-subtree-dir: src/minisketch
git-subtree-split: 47f0a2d26f6ca0f6ab3ba5e72064a9d28745de77
This commit is contained in:
fanquake
2022-06-29 16:35:02 +01:00
parent 8fcb19fb47
commit 28a28a0c5b
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
#include <stdlib.h>
#ifdef _MSC_VER
# include <compat.h>
# include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#else
# include <unistd.h>
#endif