]> source.dussan.org Git - tigervnc.git/commit
LPARAM and WPARAM have different types on Win32 and Win64
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Mar 2015 15:46:19 +0000 (16:46 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 3 Mar 2015 15:46:19 +0000 (16:46 +0100)
commit40e3ceb007f58a78dde0b54e1c1946c741a3e0d5
tree2077900410343b69a363c68def466eef28d49e14
parente8b987b5032599238940509852b8cea12cdd2714
LPARAM and WPARAM have different types on Win32 and Win64

Solve it by casting to the larger of the two, i.e. 64-bit.
win/rfb_win32/Clipboard.cxx
win/rfb_win32/WMShatter.cxx