Skip to content

Commit

Permalink
fix msvc build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
synodriver committed Apr 7, 2024
1 parent da9b6a8 commit 05376fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base16384.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 05376fb

Please sign in to comment.