]> source.dussan.org Git - tigervnc.git/commit
Newer versions of GCC (specifically, the one in MinGW64) don't like casting directly...
authorDRC <dcommander@users.sourceforge.net>
Wed, 12 Oct 2011 19:38:48 +0000 (19:38 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 12 Oct 2011 19:38:48 +0000 (19:38 +0000)
commite8b16be85646641d80ee4cd7c5a9bda90bbbc0a4
tree875d2b981d03ea9ebba3bddc5f10c9303389c4fd
parent83ca5ec408c3110a231dd6502c9d6a2e5e6a2098
Newer versions of GCC (specifically, the one in MinGW64) don't like casting directly from a 64-bit pointer to a 32-bit integer, so we need to first cast to a 64-bit integer (remember that Windows is LLP64)

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4722 3789f03b-4d11-0410-bbf8-ca57d06f2519
win/winvnc/ControlPanel.cxx