http://bugs.winehq.org/show_bug.cgi?id=30556
Bug #: 30556 Summary: user32 does not export Get/SetWindowLongPtr Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: jUrner@arcor.de Classification: Unclassified
Created attachment 39968 --> http://bugs.winehq.org/attachment.cgi?id=39968 python script that fails to access the functions
user32 does not export Get/SetWindowLongPtr on wine 32 bit
the following functions are not exported by user32.dll
GetWindowLongPtrA SetWindowLongPtrA GetWindowLongPtrW SetWindowLongPtrW
just took a peek into dlls/user32/user32.spec where these functions are tagged with "-arch=win64". guessing that this is the reason. if so, no idea if this is by intention or not.
wine-1.4