summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-12-17 23:28:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-12-17 23:28:51 (GMT)
commit3597bd469ff0073134b31765d9b87660cd3e0039 (patch)
tree6da6500d41fc321bd62ce427d595e4e32dbe395f /src
parentc6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e (diff)
downloadhdf5-3597bd469ff0073134b31765d9b87660cd3e0039.zip
hdf5-3597bd469ff0073134b31765d9b87660cd3e0039.tar.gz
hdf5-3597bd469ff0073134b31765d9b87660cd3e0039.tar.bz2
Revert change to MSC_VER, in favor of Dana's
Diffstat (limited to 'src')
-rw-r--r--src/H5VLpassthru.c2
1 files changed, 1 insertions, 1 deletions
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 */