Skip to content

Commit

Permalink
Fixed build error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Sep 5, 2019
1 parent c434d55 commit e2babf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#if defined(_MSC_VER)
#ifdef _WIN64
typedef int64_t ssize_t;
typedef __int64 ssize_t;
#else
typedef int ssize_t;
#endif
Expand Down

0 comments on commit e2babf3

Please sign in to comment.