mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix building under MSVC
This commit is contained in:
parent
5434d87da2
commit
84bbe1ec6e
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#if defined(WIN32)
|
||||
#include <windows.h>
|
||||
#include <assert.h>
|
||||
#define MAX_SEMAPHORE_COUNT 1024
|
||||
#else
|
||||
#include <pthread.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue