Fixed type of Timer_t under Windows
This commit is contained in:
parent
dce4b81728
commit
e2aeab2b60
@ -19,7 +19,7 @@
|
||||
namespace osg {
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
typedef __int64 Timer_t;
|
||||
typedef unsigned __int64 Timer_t;
|
||||
#else
|
||||
typedef unsigned long long Timer_t;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user