Fixes 32-bit errors in earlier #70 commit
Addresses errors reported in getting ALTREP support to work in 32-bit processes. Original fix was only working for 64-bit process because of the use of long in struct. Switched to use IntPtr instead.
Loading
Please sign in to comment