* Final fixes for VS2010 build.

This commit is contained in:
iProgramInCpp
2023-08-17 16:21:42 +03:00
parent acaf4aa614
commit 5821a5d5ef
4 changed files with 3 additions and 7 deletions

View File

@@ -49,11 +49,7 @@
#endif
#ifdef USE_WIN32_THREADS
typedef LPTHREAD_START_ROUTINE CThreadFunction;
#else
typedef void* (*CThreadFunction)(void*);
#endif
class CThread
{