mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 18:31:32 +02:00
Fix CPUID::CPU_Rep being defined on non-Win
This commit is contained in:
parent
8d7670a4e8
commit
f2a28efcd2
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@
|
||||||
|
|
||||||
#include "CPUID.h"
|
#include "CPUID.h"
|
||||||
|
|
||||||
const CPUID::CPUID_Internal CPUID::CPU_Rep;
|
#ifdef Q_OS_WIN
|
||||||
|
|
||||||
|
const CPUID::CPUID_Internal CPUID::CPU_Rep;
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue