Subversion Repositories tpanel

Rev

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

Rev 93 Rev 235
Line 22... Line 22...
22
#include <thread>
22
#include <thread>
23
#include <chrono>
23
#include <chrono>
24
#include <functional>
24
#include <functional>
25
#include <atomic>
25
#include <atomic>
26
 
26
 
27
#ifdef __ANDROID__
27
#if defined(__ANDROID__) || defined(__MACH__)
28
typedef unsigned long int ulong;
28
typedef unsigned long int ulong;
29
#endif
29
#endif
30
 
30
 
31
extern bool prg_stopped;
31
extern bool prg_stopped;
32
 
32