mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Apply Windows compatability hack.
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
#include <set>
|
||||
#include <cassert>
|
||||
|
||||
#if defined(_WIN32) || defined(__WIN32__)
|
||||
#include <direct.h>
|
||||
#define mkdir(A, B) _mkdir(A)
|
||||
#endif
|
||||
|
||||
typedef double nanoseconds_t;
|
||||
class Bytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user