mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix Windows build regression
This commit is contained in:
parent
16aa5c3d59
commit
d09e5ee8eb
@ -314,7 +314,7 @@ Java_java_io_File_toCanonicalPath(JNIEnv* /*e*/, jclass, jstring path)
|
|||||||
}
|
}
|
||||||
|
|
||||||
extern "C" JNIEXPORT jstring JNICALL
|
extern "C" JNIEXPORT jstring JNICALL
|
||||||
Java_java_io_File_toAbsolutePath(JNIEnv* e, jclass, jstring path)
|
Java_java_io_File_toAbsolutePath(JNIEnv* e UNUSED, jclass, jstring path)
|
||||||
{
|
{
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
// todo
|
// todo
|
||||||
|
Loading…
Reference in New Issue
Block a user