summaryrefslogtreecommitdiffstats
path: root/src/H5FDs3comms.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-07 16:52:32 (GMT)
committerGitHub <noreply@github.com>2024-03-07 16:52:32 (GMT)
commit30c34f927de96baf518e13a068b4564ec443bedf (patch)
tree74547ac30efd42991033fb57f7bf0a6c44315899 /src/H5FDs3comms.c
parent2a2c683dc3f2d1accedc3dc4d8596d7988154acd (diff)
downloadhdf5-30c34f927de96baf518e13a068b4564ec443bedf.zip
hdf5-30c34f927de96baf518e13a068b4564ec443bedf.tar.gz
hdf5-30c34f927de96baf518e13a068b4564ec443bedf.tar.bz2
Add support for the new MSVC preprocessor (#4078)
Microsoft has added a new, standards-conformant preprocessor to MSVC, which can be enabled with /Zc:preprocessor. This preprocessor trips over our HDopen() function-like variadic macro since it uses a hack that only works with the legacy MSVC preprocessor. This fix adds ifdefs to use the correct HDopen() macro depending on the MSVC preprocessor selected. Fixes #2515
Diffstat (limited to 'src/H5FDs3comms.c')
0 files changed, 0 insertions, 0 deletions