diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:58:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:58:09 +0000 |
commit | 2603b8de0663be70ada1ade916a4826d60ed4892 (patch) | |
tree | 6016b563ba142b630c77e6a03039fcafd9760863 | |
parent | a241c8e444d8e89fba2f6bb61181c6911150f6e3 (diff) |
INTEGRATION: CWS mingwport13 (1.8.6); FILE MERGED
2008/04/29 12:46:23 vg 1.8.6.1: #88772# MinGW port catch-up fixes for DEV300
-rw-r--r-- | bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx b/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx index 239362e5826c..0863c629797b 100644 --- a/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx +++ b/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cppinterfaceproxy.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -53,7 +53,7 @@ static bridges::cpp_uno::shared::VtableFactory * pInstance; -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__MINGW32__) void dso_init(void) __attribute__((constructor)); void dso_exit(void) __attribute__((destructor)); #endif |