Horde3D
http://horde3d.org/forums/

Windows x64 build fix.
http://horde3d.org/forums/viewtopic.php?f=8&t=1087
Page 1 of 1

Author:  SpOOky [ 30.01.2010, 11:09 ]
Post subject:  Windows x64 build fix.

In order to successfully build on Windows targeting x64 I've made this small change:

replaced:
Code:
DWORD procMask, sysMask;

with:
Code:
   #ifndef _WIN64
      DWORD procMask, sysMask;
   #else
      DWORD_PTR procMask, sysMask;      
   #endif

in utTimer.h, about line 70

Hope this could be of use to anyone :)

Author:  marciano [ 31.01.2010, 13:36 ]
Post subject:  Re: Windows x64 build fix.

Thanks for the hint. Actually
Code:
DWORD_PTR procMask, sysMask;

should work for both, 32 and 64 bit.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/