mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Fixing Avian classpath on Windows
This commit is contained in:
parent
d668c6a259
commit
c52a9bdf0d
@ -79,6 +79,11 @@
|
||||
#endif
|
||||
#endif // WINAPI_FAMILY
|
||||
|
||||
#ifndef M_E
|
||||
// in new C++-11 standard math.h doesn't have M_E, at least on MinGW, so define it manually
|
||||
#define M_E 2.7182818284590452354
|
||||
#endif // M_E
|
||||
|
||||
namespace {
|
||||
|
||||
void add(JNIEnv* e, jobjectArray array, unsigned index, const char* format, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user