mirror of
https://github.com/corda/corda.git
synced 2025-01-22 04:18:31 +00:00
fix cross-compile windows build
This commit is contained in:
parent
8d969cd9c3
commit
71765bb26f
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#if defined(PLATFORM_WINDOWS)
|
#if defined(PLATFORM_WINDOWS)
|
||||||
# define WIN32_LEAN_AND_MEAN
|
# define WIN32_LEAN_AND_MEAN
|
||||||
# include <Windows.h>
|
# include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace vm;
|
using namespace vm;
|
||||||
|
Loading…
Reference in New Issue
Block a user