DMR beacon handling.

This commit is contained in:
Jonathan Naylor 2016-01-14 19:58:16 +00:00
parent bab0c3492a
commit f165b3ca89
8 changed files with 49 additions and 14 deletions

View file

@ -35,7 +35,7 @@ public:
unsigned int elapsed();
private:
#if defined(WIN32)
#if defined(_WIN32) || defined(_WIN64)
LARGE_INTEGER m_frequency;
LARGE_INTEGER m_start;
#else