summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-02 15:08:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-02 15:08:28 +0200
commit9a6f7f674be0a3b82bc82a78737178326d622268 (patch)
tree7b6bf9707843fbbf5739cb3a3608d56b47e81ff1 /cppuhelper
parenta4c725f72df1253e5d4e61ede750b4b24c1e1672 (diff)
Updated workaround comment
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/implementationentry.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/implementationentry.hxx b/cppuhelper/inc/cppuhelper/implementationentry.hxx
index 747ec7f942d3..1aeba63f8051 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