mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
Rename CreateThread to NewThread
Prevent clash with win32 API symbol
This commit is contained in:
@@ -539,7 +539,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
bool CreateThread(void(*pfn)(void*), void* parg);
|
||||
bool NewThread(void(*pfn)(void*), void* parg);
|
||||
|
||||
#ifdef WIN32
|
||||
inline void SetThreadPriority(int nPriority)
|
||||
|
||||
Reference in New Issue
Block a user