summaryrefslogtreecommitdiffstats
path: root/include/vcl/dllapi.h
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-09-12 10:26:52 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2018-10-02 11:24:00 +0200
commit1698debed2993fc5f262aa3ebbdb32fc112ac556 (patch)
tree0848ab3850845d3d6a088ace1b9561c99fcd6fef /include/vcl/dllapi.h
parentcoverity#1439597 it's not possible for SwPaM::End to return null (diff)
downloadcore-1698debed2993fc5f262aa3ebbdb32fc112ac556.tar.gz
core-1698debed2993fc5f262aa3ebbdb32fc112ac556.zip
Implement Windows VCL backend as plugin
Change-Id: If9c7c67f48311ac68ecc9f8e3a07f9bb7c73d962 Reviewed-on: https://gerrit.libreoffice.org/61101 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'include/vcl/dllapi.h')
-rw-r--r--include/vcl/dllapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dllapi.h b/include/vcl/dllapi.h
index b85e2ab87ce5..805d1cb00908 100644
--- a/include/vcl/dllapi.h
+++ b/include/vcl/dllapi.h
@@ -36,7 +36,7 @@
#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#if defined UNX && ! defined MACOS
+#if (defined UNX && ! defined MACOS) || defined _WIN32
#define VCL_PLUGIN_PUBLIC VCL_DLLPUBLIC
#else
#define VCL_PLUGIN_PUBLIC SAL_DLLPRIVATE