Commit c7433c9
committed
Fix MSVC builds wrt. ssize_t
The Windows SDK does not define `ssize_t`, so libmemcached does not
define `HAVE_SSIZE_T`. However, PHP's config.w32.h has
`#define ssize_t SSIZE_T`, so building memcached fails. We fix this by
defining `HAVE_SSIZE_T` via the extension's `CFLAGS`.1 parent 857b8af commit c7433c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments