annotate dll/placehold @ 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 cfab3266106f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
cfab3266106f Removed binary DLL files and added a placeholder file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 This is a file just to keep this directory in existance in CVS.
cfab3266106f Removed binary DLL files and added a placeholder file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2