mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Revert "Fix superclock init on Windows"
This reverts commit febc345414.
This commit is contained in:
parent
0ffb9d6c8a
commit
49cb4a1f33
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include "temporal/superclock.h"
|
#include "temporal/superclock.h"
|
||||||
|
|
||||||
#ifndef PLATFORM_WINDOWS
|
#ifndef COMPILER_MSVC
|
||||||
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 0;
|
Temporal::superclock_t Temporal::_superclock_ticks_per_second = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ namespace Temporal {
|
||||||
|
|
||||||
typedef int64_t superclock_t;
|
typedef int64_t superclock_t;
|
||||||
|
|
||||||
#ifndef PLATFORM_WINDOWS
|
#ifndef COMPILER_MSVC
|
||||||
extern superclock_t _superclock_ticks_per_second;
|
extern superclock_t _superclock_ticks_per_second;
|
||||||
#else
|
#else
|
||||||
static superclock_t _superclock_ticks_per_second = 0;
|
static superclock_t _superclock_ticks_per_second = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue