summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-12-13 01:45:24 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2021-12-13 09:58:26 +0100
commitb2882faf43ea1fa473621d0378c5d87ae3b3d5a2 (patch)
tree709c4c3754c395f2c839ebe3bd4c5b4d730cd4d5 /vcl/source/app
parent1aa0a43d60336eb1f0e51805939a7cc00b377a2b (diff)
desktop_detector is also a vcl plugin
Change-Id: I71445c16744674f75fed190911749f38226169e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126715 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/salplug.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx
index 2737fb85663d..313ca6a4d719 100644
--- a/vcl/source/app/salplug.cxx
+++ b/vcl/source/app/salplug.cxx
@@ -140,6 +140,8 @@ SalInstance* tryInstance( const OUString& rModuleBase, bool bForce = false )
#ifdef DESKTOPDETECT
#ifndef DISABLE_DYNLOADING
extern "C" typedef DesktopType Fn_get_desktop_environment();
+#else
+extern "C" DesktopType get_desktop_environment();
#endif
DesktopType lcl_get_desktop_environment()