mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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"
|
||||
|
||||
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