summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/dllmgr.hxx')
-rw-r--r--basic/source/runtime/dllmgr.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/basic/source/runtime/dllmgr.hxx b/basic/source/runtime/dllmgr.hxx
index 3f984c95105c..a280e89b64db 100644
--- a/basic/source/runtime/dllmgr.hxx
+++ b/basic/source/runtime/dllmgr.hxx
@@ -20,7 +20,7 @@
#pragma once
#include <sal/config.h>
-#include <vcl/errcode.hxx>
+#include <comphelper/errcode.hxx>
#include <memory>
class SbxArray;
@@ -33,7 +33,9 @@ public:
SbiDllMgr();
+#if defined(_WIN32) && !defined(_ARM64_)
~SbiDllMgr();
+#endif
ErrCode Call(
std::u16string_view function, std::u16string_view library,