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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user