mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
compilation error fix for windows
This commit is contained in:
parent
b9a85c7dcd
commit
d1967827ca
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ PBD::get_microseconds ()
|
|||
#ifdef PLATFORM_WINDOWS
|
||||
LARGE_INTEGER time;
|
||||
|
||||
if (time_rate_usecs) {
|
||||
if (timer_rate_usecs) {
|
||||
if (QueryPerformanceCounter (&time)) {
|
||||
return (microseconds_t) (time.QuadPart * timer_rate_us);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue