mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Final fixes for VS2010 build.
This commit is contained in:
@@ -49,11 +49,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef USE_WIN32_THREADS
|
||||
typedef LPTHREAD_START_ROUTINE CThreadFunction;
|
||||
#else
|
||||
typedef void* (*CThreadFunction)(void*);
|
||||
#endif
|
||||
|
||||
class CThread
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user