Kaydet (Commit) c571bcd7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I797b986b227381bc066ea3aa305c0abf78cd156a
üst 63cbf8fb
...@@ -669,7 +669,7 @@ javaPluginError jfw_plugin_startJavaVirtualMachine( ...@@ -669,7 +669,7 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
#if defined(WNT) #if defined(WNT)
do_msvcr_magic(sRuntimeLib.pData); do_msvcr_magic(sRuntimeLib.pData);
#endif #endif
if (!moduleRt.load(sRuntimeLib, SAL_LOADMODULE_DEFAULT)) if (!moduleRt.load(sRuntimeLib))
#endif #endif
{ {
JFW_ENSURE(false, JFW_ENSURE(false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment