mirror of
https://github.com/corda/corda.git
synced 2025-06-20 16:10:26 +00:00
fix mingw64 build by including direct.h
This commit is contained in:
@ -23,6 +23,7 @@
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
|
# include <direct.h>
|
||||||
|
|
||||||
# define OPEN _open
|
# define OPEN _open
|
||||||
# define CLOSE _close
|
# define CLOSE _close
|
||||||
|
Reference in New Issue
Block a user