From 4261757fc6dd17811296842cc16f507be400652e Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Thu, 7 Feb 2013 19:17:22 -0500 Subject: convert setup_native to gbuild and add to tail_build Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- setup_native/source/win32/customactions/thesaurus/thesaurus.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_native/source/win32/customactions/thesaurus/thesaurus.cxx') 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")); -- cgit