Skip to content
  • Martin Finkel's avatar
    Core: Fix size_t C# interop · a1d749ff
    Martin Finkel authored
    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
    a1d749ff