This commit is contained in:
Oleg Korshul
2018-04-16 10:14:24 +03:00
parent c7accf4370
commit c749cbf081
7 changed files with 76 additions and 111 deletions

View File

@ -34,18 +34,11 @@
#include "BaseThread.h"
#ifndef TIMER_USE_DYNAMIC_LIBRARY
#define TIMER_DECL_EXPORT
#else
#include "../common/base_export.h"
#define TIMER_DECL_EXPORT Q_DECL_EXPORT
#endif
namespace NSTimers
{
TIMER_DECL_EXPORT DWORD GetTickCount();
KERNEL_DECL DWORD GetTickCount();
class TIMER_DECL_EXPORT CTimer : public NSThreads::CBaseThread
class KERNEL_DECL CTimer : public NSThreads::CBaseThread
{
private:
DWORD m_dwInterval;