[Libreoffice-commits] .: cppuhelper/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Mon Apr 2 06:08:59 PDT 2012


 cppuhelper/inc/cppuhelper/implementationentry.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 9a6f7f674be0a3b82bc82a78737178326d622268
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Apr 2 15:08:28 2012 +0200

    Updated workaround comment

diff --git a/cppuhelper/inc/cppuhelper/implementationentry.hxx b/cppuhelper/inc/cppuhelper/implementationentry.hxx
index 747ec7f..1aeba63 100644
--- a/cppuhelper/inc/cppuhelper/implementationentry.hxx
+++ b/cppuhelper/inc/cppuhelper/implementationentry.hxx
@@ -31,8 +31,10 @@
 #include <cppuhelper/factory.hxx>
 #include "cppuhelperdllapi.h"
 
-// MinGW wants it the one way around while MSVC wants it the other (and
-// everywhere else, SAL_CALL is empty, so doesn't matter):
+// MinGW wants it the one way around while MSVC wants it the other (cf.
+// <sourceforge.net/support/tracker.php?aid=3514133> "Syntactic __cdecl
+// incompatibility with MSVC"; and everywhere else, SAL_CALL is empty, so
+// doesn't matter):
 #if defined __GNUC__
 #define MY_FN_PTR(name) SAL_CALL (* name)
 #else


More information about the Libreoffice-commits mailing list