Kaydet (Commit) 3b569f60 authored tarafından Henry Castro's avatar Henry Castro

LOK: add lok_preinit symbol

Change-Id: I9f23a6077046809083e254d4c79590b67b071fb3
üst 3f55e14c
......@@ -1101,6 +1101,17 @@ LibreOfficeKit *libreofficekit_hook(const char* install_path)
return libreofficekit_hook_2(install_path, NULL);
}
#if defined(__GNUC__) && defined(HAVE_GCC_VISIBILITY_FEATURE) && defined(DISABLE_DYNLOADING)
__attribute__ ((visibility("default")))
#else
SAL_DLLPUBLIC_EXPORT
#endif
int lok_preinit()
{
SAL_INFO("lok", "Hello World");
return 0;
}
static void lo_destroy(LibreOfficeKit* pThis)
{
LibLibreOffice_Impl* pLib = static_cast<LibLibreOffice_Impl*>(pThis);
......
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