summaryrefslogtreecommitdiff
path: root/cli_ure/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-06 23:21:49 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:27 +0200
commit39c530ce5551ab1d104fa8a9ffd12aa308923c0d (patch)
treeacac705f97ede1e62bc00eea21d9e286ef65ba18 /cli_ure/source
parente1afb8a09dea41c3d7a6e27835e0d79d851b1b03 (diff)
force cli_ure to build
- there is still missing dependency on cliuno.snk - remove -warnaserror+ causing weird problem - export random symbol so that we get icli_cppuhelper_native.lib file created Change-Id: Ifd3b4785f83496d2c9bff6b1ea2fd39b6978725c
Diffstat (limited to 'cli_ure/source')
-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++) {