[Bug 45243] Wrong cast in some HANDLE_MSG_WM_* macros produces errors when compiling with wineg++

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 22 15:40:58 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45243

--- Comment #3 from Marcos GutiƩrrez Batz <sacrom at gmail.com> ---
It's important to note that the cast error is generated because it is a 64bit
compilation.

Using as a reference the Windows windowx.h file I've changed UINT casts with
UINT_PTR so that it must now work in 32 and 64 bit applications. I'm going to
add a "diff -up" patch

-- 
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