diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-09-12 10:26:52 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-10-02 11:24:00 +0200 |
commit | 1698debed2993fc5f262aa3ebbdb32fc112ac556 (patch) | |
tree | 0848ab3850845d3d6a088ace1b9561c99fcd6fef /vcl/inc/salinst.hxx | |
parent | 3d9809bb6a20c34ef9f5ef0f4a6bc4eab7d8551f (diff) |
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 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index 3ee6aca23567..9f20394fe4e6 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -209,7 +209,7 @@ void DestroySalInstance( SalInstance* pInst ); void SalAbort( const OUString& rErrorText, bool bDumpCore ); -VCL_PLUGIN_PUBLIC const OUString& SalGetDesktopEnvironment(); +VCL_DLLPUBLIC const OUString& SalGetDesktopEnvironment(); void InitSalData(); // called from Application-Ctor void DeInitSalData(); // called from Application-Dtor |