mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix 64-bit Windows openjdk-src build
This commit is contained in:
parent
029a9ca507
commit
d342c9b8c5
@ -18,7 +18,7 @@ typedef unsigned char uint8_t;
|
||||
|
||||
#ifdef BOOT_JAVAHOME
|
||||
|
||||
#if (defined __MINGW32__) || (defined _MSC_VER)
|
||||
#if (! defined __x86_64__) && ((defined __MINGW32__) || (defined _MSC_VER))
|
||||
# define EXPORT __declspec(dllexport)
|
||||
# define SYMBOL(x) binary_javahome_jar_##x
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user