From 3597bd469ff0073134b31765d9b87660cd3e0039 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 17 Dec 2018 17:28:51 -0600 Subject: Revert change to MSC_VER, in favor of Dana's --- src/H5VLpassthru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5VLpassthru.c b/src/H5VLpassthru.c index 9361273..bf81425 100644 --- a/src/H5VLpassthru.c +++ b/src/H5VLpassthru.c @@ -42,7 +42,7 @@ /* #define ENABLE_PASSTHRU_LOGGING */ /* Windows missing va_copy() hack (from H5win2_defs.h) */ -#if defined(_MSC_VER) && (_MSC_VER < 1800) +#if (_MSC_VER < 1800) #define va_copy(D,S) ((D) = (S)) #endif /* MSC_VER < 1800 */ -- cgit v0.12