Fix the VC6 build on Windows following commit 3be8f09452
authorSteve Hay <steve.m.hay@googlemail.com>
Fri, 13 Sep 2013 21:57:59 +0000 (22:57 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Fri, 13 Sep 2013 22:09:50 +0000 (23:09 +0100)
commit63835f7971cba357334d2e18bcc585f707740980
tree24545604c6916c6d50fff6db0c76b4f6c602fd60
parentdd9a180e74e86e123c4a37c05803e14975ecbb69
Fix the VC6 build on Windows following commit 3be8f09452

The VC6 compiler has slightly flaky support for __int64 and chokes on util.c
when using the 64-bit implementation of drand48, so switch it to the 32-bit
version instead.
util.c
util.h