Kaydet (Commit) 9a6f7f67 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Updated workaround comment

üst a4c725f7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment