summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-06 12:08:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-06 12:08:26 +0100
commit84caa11fef97c8095c22f3eb33c8f920d701f48b (patch)
tree6550799bc194c63f72cf2d05d1fa1a65e4b57b7d /bridges
parent8e94c40f1341c1b42b67b4643c56e941d66f6474 (diff)
Replace JNIEXPORT -> SAL_JNI_EXPORT
cf. 9a745cbf549aa391be2b67f41c83056bd44db97a "Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT" Change-Id: I81dcc8dfcb878d3e935d807f491b99927637c23c
Diffstat (limited to 'bridges')
-rw-r--r--bridges/test/java_uno/any/transport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/java_uno/any/transport.cxx b/bridges/test/java_uno/any/transport.cxx
index 9f0b14306472..2f943f9d13e1 100644
--- a/bridges/test/java_uno/any/transport.cxx
+++ b/bridges/test/java_uno/any/transport.cxx
@@ -51,7 +51,7 @@ Any Transport::mapAny( Any const & any )
}
}
-extern "C" JNIEXPORT jobject JNICALL Java_test_java_1uno_anytest_TestJni_create_1jni_1transport(
+extern "C" SAL_JNI_EXPORT jobject JNICALL Java_test_java_1uno_anytest_TestJni_create_1jni_1transport(
JNIEnv * jni_env, jclass, jobject loader )
SAL_THROW_EXTERN_C()
{