Apparently the SetWindowLongPtr is only actually used in 64 bit applications. In 32 bit apps it falls back to the SetWindowLong function which takes a LONG and not a LONG_PTR as third parameter.
But:
1) It's not recognized by PB :roll:
2) There's nothing longer than a signed long in PB
