[Bug 32779] RegOpenKeyExA fails on 64bit wine when build with lazarus (fpc 2.6 - 64bit)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 22 05:23:40 CST 2013


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

--- Comment #5 from Nikolay Sivov <bunglehead at gmail.com> 2013-01-22 05:23:40 CST ---
Well, I think first thing to fix is to use ULONG_PTR for definitions as does
PSDK and apparently mingw-w64. Next step is to test how 64 bit windows handles
special HKEYs with non-zero high DWORD (not necessary (DWORD)~0 but
(DWORD)0xdeadbeef too for example), if it works regardless of what's in higher
DWORD we should mask out everything there when checking for special keys.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list