1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

fix msvc build problem (#24)

This commit is contained in:
synodriver
2024-04-07 19:04:04 +08:00
committed by GitHub
parent da9b6a844a
commit 3b4925e013

View File

@@ -23,6 +23,10 @@
#include <stdint.h>
#include <stdio.h>
#endif
#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
enum base16384_err_t {
base16384_err_ok,