view Version @ 1838:ca304f28de3b

Fix 64bit crashes on Windows when building with Visual Studio 2012. LPARAM in 32bit mode is LONG, but in 64bit mode it is uint64... There were casts to LONG in several places that were getting truncated with the new version of the compiler (but not gcc or older versions).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 16 Nov 2012 21:18:20 +0000
parents 227e13044ce3
children 1558f5e14f83
line wrap: on
line source

# Set these here to change the version for all platforms
DW_MAJOR_VERSION=2
DW_MINOR_VERSION=4