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