summaryrefslogtreecommitdiff
path: root/cli_ure/source/native/path.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/native/path.cxx')
-rw-r--r--cli_ure/source/native/path.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/native/path.cxx b/cli_ure/source/native/path.cxx
index 087e0cfaf87d..97c7f36c58b3 100644
--- a/cli_ure/source/native/path.cxx
+++ b/cli_ure/source/native/path.cxx
@@ -30,7 +30,7 @@
namespace cli_ure {
-WCHAR * filename(WCHAR * path) {
+SAL_DLLPUBLIC_EXPORT WCHAR * filename(WCHAR * path) {
WCHAR * f = path;
for (WCHAR * p = path;;) {
switch (*p++) {