[Libreoffice-commits] .: registry/inc

David Tardon dtardon at kemper.freedesktop.org
Sat May 5 23:44:39 PDT 2012


 registry/inc/registry/registry.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2c8432dcafedff49c2d284d79c016216d230c9f4
Author: David Tardon <dtardon at redhat.com>
Date:   Sun May 6 08:40:45 2012 +0200

    fix linkage inconsistency on windows (cont.)
    
    Change-Id: I10f97a1750499411450170947aaef5a7e052580d

diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx
index 50e1544..e8ae00d 100644
--- a/registry/inc/registry/registry.hxx
+++ b/registry/inc/registry/registry.hxx
@@ -29,6 +29,7 @@
 #ifndef _REGISTRY_REGISTRY_HXX_
 #define _REGISTRY_REGISTRY_HXX_
 
+#include <registry/regdllapi.h>
 #include <registry/regtype.h>
 #include <rtl/ustring.hxx>
 
@@ -86,7 +87,7 @@ struct Registry_Api
 
 /** the API initialization function.
 */
-Registry_Api* REGISTRY_CALLTYPE initRegistry_Api(void);
+REG_DLLPUBLIC Registry_Api* REGISTRY_CALLTYPE initRegistry_Api(void);
 
 #ifdef __cplusplus
 }


More information about the Libreoffice-commits mailing list