https://bugs.winehq.org/show_bug.cgi?id=46695
Bug ID: 46695 Summary: Linking atl fails on ppc64el with undefined reference to SetWindowLongPtrW Product: Wine Version: 4.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tpearson@raptorengineering.com Distribution: ---
When building on ppc64el, linking atl fails with an undefined reference to SetWindowLongPtrW.
I suspect this is due to the existing PowerPC code assuming ppc platforms are 32 bit only; SetWindowLongPtrW is a 64 bit call.