Put m_qpcToNs in a _WIN32 ifdef.

This commit is contained in:
Bartosz Taudul 2024-03-09 23:25:49 +01:00
parent c0789c20cb
commit 082c13ac8e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -481,7 +481,9 @@ private:
VkSymbolTable m_symbols;
#endif
uint64_t m_deviation;
#ifdef _WIN32
int64_t m_qpcToNs;
#endif
int64_t m_prevCalibration;
uint8_t m_context;