//go:build windows && amd64 package win32 // 64-bit Windows uses SetWindowLongPtrW. 32-bit builds map to // SetWindowLongW (see _386.go); the LONG_PTR difference is just a name. const setWindowLongPtrName = "SetWindowLongPtrW"