summaryrefslogtreecommitdiff
path: root/include/test/testdllapi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/testdllapi.hxx')
-rw-r--r--include/test/testdllapi.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/test/testdllapi.hxx b/include/test/testdllapi.hxx
index 3e33b0b51ec0..b7af82c72e4e 100644
--- a/include/test/testdllapi.hxx
+++ b/include/test/testdllapi.hxx
@@ -28,6 +28,12 @@
#define OOO_DLLPUBLIC_TEST SAL_DLLPUBLIC_IMPORT
#endif
+#if defined DLLIMPLEMENTATION_UITEST
+#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */