Revert "Fix superclock init on Windows"
This reverts commit febc345414
.
This commit is contained in:
parent
0ffb9d6c8a
commit
49cb4a1f33
@ -18,7 +18,7 @@
|
||||
|
||||
#include "temporal/superclock.h"
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
#ifndef COMPILER_MSVC
|
||||
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 0;
|
||||
#endif
|
||||
|
||||
|
@ -34,7 +34,7 @@ namespace Temporal {
|
||||
|
||||
typedef int64_t superclock_t;
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
#ifndef COMPILER_MSVC
|
||||
extern superclock_t _superclock_ticks_per_second;
|
||||
#else
|
||||
static superclock_t _superclock_ticks_per_second = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user