[Bug 9249] Adobe Photoshop 6 installer fails early

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 11 12:57:47 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9249





--- Comment #5 from Mikolaj Zalewski <mikolaj.zalewski at gmail.com>  2007-08-11 12:57:47 ---
Looks like the new code is missing Win16 support. In the old code
GetWindowLongPtrA was used. It returned a winproc handle for 16-bit winprocs
and CallWindowProc handled it. The new code calls the winproc directly and
assumes that either a 32-bit ANSI or 32-bit Unicode winproc exists.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list