Fixed: Int-to-pointer casts in 64-bit build
When using the INT2PTR macro, the difference between 32-bit integersand 64-bit pointers is taken care of automatically.
View differences
Fixed: Int-to-pointer casts in 64-bit build
When using the INT2PTR macro, the difference between 32-bit integers
and 64-bit pointers is taken care of automatically.