Commit 0dbe55e
committed
Problem: Ruby bindings don't work on Windows
Because :uint64_t type is used. It doesn't exist in ffi gem. We should use :uint64 instead. :uint64 exists in ffi gem.
It has been fixed by zeromq/zproject#771.
Solution: Regenerate Ruby bindings.
Fix #15811 parent 4e18f29 commit 0dbe55e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1062 | 1062 | | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | | - | |
| 1065 | + | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
| |||
0 commit comments