Minor code documentation update: Add explanatory comment w.r.t. MSVC.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20510 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2011-04-02 19:02:32 +00:00
parent cb7c59d79b
commit 29fce2c21c

View File

@@ -169,7 +169,8 @@ void qof_log_set_default(QofLogLevel log_level);
#define PRETTY_FUNC_NAME qof_log_prettify(G_STRFUNC)
#ifdef _MSC_VER
/* Microsoft Visual Studio */
/* Microsoft Visual Studio: MSVC compiler has a different syntax for
* macros with variadic argument list. */
/** Log a fatal error */
#define FATAL(format, ...) do { \