Commit f36dbf2
committed
windows: fix building of
without this, that `c_shard_info.c` fails to compile like the following:
```
cassandra\c_shard_info.c(3083): error C2065: '__uint128_t': undeclared identifier
cassandra\c_shard_info.c(3083): error C2146: syntax error: missing ')' before identifier '__pyx_v_biased_token'
cassandra\c_shard_info.c(3083): error C2059: syntax error: ')'
cassandra\c_shard_info.c(3083): error C2059: syntax error: ')'
cassandra\c_shard_info.c(3083): error C2059: syntax error: ')'
```c_shard_info.pyx
1 parent fe33cb8 commit f36dbf2
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| |||
0 commit comments