mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Cleanup jthread and fix win32 build
This commit is contained in:
@@ -86,7 +86,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#endif
|
||||
|
||||
#if USE_CURL
|
||||
#include "curl.h"
|
||||
#include "curl/curl.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -708,7 +708,6 @@ void SpeedTests()
|
||||
TimeTaker timer("Testing mutex speed");
|
||||
|
||||
JMutex m;
|
||||
m.Init();
|
||||
u32 n = 0;
|
||||
u32 i = 0;
|
||||
do{
|
||||
|
Reference in New Issue
Block a user