Core: Fix size_t C# interop
ulong is not always correct for size_t marshaling. Use UIntPtr for P/Invoke and cast to uint or ulong depending on bitness. Closes #217
Showing
Please register or sign in to comment
ulong is not always correct for size_t marshaling. Use UIntPtr for P/Invoke and cast to uint or ulong depending on bitness. Closes #217