Fixed type of Timer_t under Windows
This commit is contained in:
parent
1b56fc1c00
commit
8127ddc541
@ -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