Skip to content

Commit

Permalink
Fix #726 - Fix building for x86 Windows with clang-cl (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoLCR authored and XVilka committed Dec 23, 2021
1 parent 444b36e commit 5946ccb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions librz/include/rz_types_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
#define boolt int

#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
typedef intptr_t ssize_t;
#endif

#if defined(_MSC_VER)
Expand Down

0 comments on commit 5946ccb

Please sign in to comment.