mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-22 19:24:35 -04:00
Add build support for visual studio
This commit is contained in:
parent
4c8b36ea43
commit
186c3111a8
@ -18,6 +18,10 @@ typedef HANDLE thread_id_t;
|
||||
#define mkdir(P,X) _mkdir(P)
|
||||
#define S_IFDIR _S_IFDIR
|
||||
|
||||
#ifndef S_ISDIR
|
||||
#define S_ISDIR(mode) _S_ISTYPE((mode), _S_IFDIR)
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#define USE_PTHREAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user