Skip to content

Commit

Permalink
test windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 18, 2024
1 parent 403abab commit 1360b0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ww/basic_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

#if defined(OS_UNIX)
#include <sys/types.h>
#elif ! defined(ssize_t)
typedef long ssize_t;
// #elif ! defined(ssize_t)
// typedef long ssize_t;
// windows has ssize_t in stddef.h
#endif

typedef uint64_t hash_t;
Expand Down

0 comments on commit 1360b0d

Please sign in to comment.