Subversion Repositories tpanel

Rev

Rev 169 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 235
Line 30... Line 30...
30
#include <thread>
30
#include <thread>
31
 
31
 
32
#include "tsocket.h"
32
#include "tsocket.h"
33
#include "tvector.h"
33
#include "tvector.h"
34
 
34
 
35
#ifdef __ANDROID__
35
#if defined(__ANDROID__) || defined(__MACH__)
36
typedef unsigned long int ulong;
36
typedef unsigned long int ulong;
37
#endif
37
#endif
38
 
38
 
39
extern std::atomic<bool> killed;
39
extern std::atomic<bool> killed;
40
extern bool prg_stopped;
40
extern bool prg_stopped;