On a 64bit fpc compile, and 64bit system with pointers, which interlocked exchange is best used? Aren't pointers on x64 64bit pointers? Shouldn't we be using InterlockedExhange64 code to access specific x64 swaps? Thanks.