13
0

Revert "Fix superclock init on Windows"

This reverts commit febc345414.
This commit is contained in:
Robin Gareus 2023-10-05 01:48:22 +02:00
parent 0ffb9d6c8a
commit 49cb4a1f33
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include "temporal/superclock.h"
#ifndef PLATFORM_WINDOWS
#ifndef COMPILER_MSVC
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 0;
#endif

View File

@ -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;