Commit d6871e33 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53654 954022d7-b5bf-4e40-9824-e11837661b57
parent 2ef8325c
......@@ -40,7 +40,7 @@ namespace NSThreads
class CBaseThread
{
private:
protected:
CThreadDescriptor* m_hThread;
BOOL m_bRunThread;
BOOL m_bSuspend;
......
......@@ -5,7 +5,7 @@
namespace NSTimers
{
static DWORD GetTickCount(int nMilliseconds)
static DWORD GetTickCount()
{
#if defined(WIN32) || defined(_WIN32_WCE)
return ::GetTickCount();
......
......@@ -62,7 +62,7 @@
// -------------------------------------------------------------------
#include "../../common/File.h"
#include "../../graphics/BaseThread.h"
#include "../../graphics/Timer.h"
enum CommandType
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment