summaryrefslogtreecommitdiff
path: root/include/vcl/dllapi.h
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-07 01:28:44 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:20 +0200
commit40f9be70ef94a0aee64c2c849603b416c1bc17d9 (patch)
treea40212ad9daecce69f27d58d0fcf28c7a031abc2 /include/vcl/dllapi.h
parentdde9b4d86f75159f0d591f22aa10a7d4571aa441 (diff)
uitest: move the uitest files to vcl
This allows us to use them in vcl as well without introducing dependency problems. Change-Id: Ib97af2d559902f1a6b47f9255bb0426411670647
Diffstat (limited to 'include/vcl/dllapi.h')
-rw-r--r--include/vcl/dllapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/dllapi.h b/include/vcl/dllapi.h
index bc9a522db620..0187fa04d115 100644
--- a/include/vcl/dllapi.h
+++ b/include/vcl/dllapi.h
@@ -29,6 +29,12 @@
#define VCL_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
+#if defined DLLIMPLEMENTATION_UITEST
+#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+
#if defined UNX && ! defined MACOS
#define VCL_PLUGIN_PUBLIC VCL_DLLPUBLIC
#else