Skip to content

gicallableinfo: fix ffi return value marshalling

On Windows, sizeof(long) != sizeof(void*), this was causing 64-bit pointers to be truncated

Merge request reports