summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/thesaurus/thesaurus.cxx
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-07 19:17:22 -0500
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-02-09 20:41:19 +0000
commit4261757fc6dd17811296842cc16f507be400652e (patch)
tree429ea17bb0b1d2e7afcbca5c6cb81972dc22b962 /setup_native/source/win32/customactions/thesaurus/thesaurus.cxx
parent803137f4715ee7ab127a9718ca213db252193398 (diff)
convert setup_native to gbuild and add to tail_build
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'setup_native/source/win32/customactions/thesaurus/thesaurus.cxx')
-rw-r--r--setup_native/source/win32/customactions/thesaurus/thesaurus.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/thesaurus/thesaurus.cxx b/setup_native/source/win32/customactions/thesaurus/thesaurus.cxx
index 349ed75d8faf..b5c4aec310af 100644
--- a/setup_native/source/win32/customactions/thesaurus/thesaurus.cxx
+++ b/setup_native/source/win32/customactions/thesaurus/thesaurus.cxx
@@ -190,7 +190,7 @@ namespace
// Creates the thesaurus .idx files for all installed .dat
// thesaurus files
-extern "C" UINT __stdcall CreateIndexes( MSIHANDLE handle )
+extern "C" __declspec(dllexport) UINT __stdcall CreateIndexes( MSIHANDLE handle )
{
string sOfficeInstallPath = GetMsiProperty(handle, TEXT("INSTALLLOCATION"));