[pkg-opensc-commit] [pkcs11-helper] 141/253: Visual Studio 2005 supports vararg macros

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit 29b1fb9c5c0e618f322622262c8e8018eeb7787e
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Wed Jan 30 12:40:21 2008 +0000

    Visual Studio 2005 supports vararg macros
---
 config-w32-vc.h.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config-w32-vc.h.in b/config-w32-vc.h.in
index dcd84cb..4b5b814 100644
--- a/config-w32-vc.h.in
+++ b/config-w32-vc.h.in
@@ -180,3 +180,8 @@
 /* Define to empty if the keyword `volatile' does not work. Warning: valid
    code using `volatile' can become incorrect without. Disable with care. */
 /* #undef volatile */
+
+/* Visual Studio 2005 supports vararg macros */
+#if _MSC_VER >= 1400
+#define HAVE_CPP_VARARG_MACRO_ISO 1
+#endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list