From 08452f1208a2ecbf7c6f15a96efeedbe5210ec83 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 19 Aug 2013 00:41:12 +0300 Subject: Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3 --- cppu/source/uno/lbenv.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cppu/source/uno/lbenv.cxx') diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx index 27a1027c9a6a..79cec37a3637 100644 --- a/cppu/source/uno/lbenv.cxx +++ b/cppu/source/uno/lbenv.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "cppu/EnvDcp.hxx" @@ -1056,7 +1057,7 @@ static bool loadEnv(OUString const & cLibStem, if ( cLibStem == CPPU_CURRENT_LANGUAGE_BINDING_NAME "_uno" ) fpInit = CPPU_ENV_uno_initEnvironment; -#ifdef SOLAR_JAVA +#if HAVE_FEATURE_JAVA else if ( cLibStem == "java_uno" ) fpInit = java_uno_initEnvironment; #endif -- cgit