DWORD was an unsigned long, which doesn't work on 64 bits systems.

Nor is it guaranteed to work anywhere else for that matter.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2299 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-03-28 20:21:58 +00:00
parent 623e980083
commit 157b351d10
2 changed files with 12 additions and 7 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.6:
- More fixes towards working 64-bits binaries.
- Flashing outfit modules to build w/ PC menus too; bug #871 - Alex
- Corrected caption Orbit: to Tilt: in planet scan; bug #847 - Alex
- Added missing failure sounds in Outfit, Shipyard, Cargo and Roster;