From 9a6f7f674be0a3b82bc82a78737178326d622268 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 2 Apr 2012 15:08:28 +0200 Subject: Updated workaround comment --- cppuhelper/inc/cppuhelper/implementationentry.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cppuhelper/inc') 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 #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. +// "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 -- cgit v1.2.3