msvc build fixes

This commit is contained in:
Arvid Norberg
2009-09-06 00:57:01 +00:00
parent 562450f545
commit 6d01cb475c
6 changed files with 26 additions and 15 deletions

View File

@@ -251,7 +251,7 @@ void run_elevator_test()
// test the elevator going up
add_job_up(dio, 0, pm);
uint32_t p = 1234513;
boost::uint32_t p = 1234513;
for (int i = 0; i < 100; ++i)
{
p *= 123;