diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-11 22:02:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 22:02:43 (GMT) |
commit | 3c18cf7831facc924f0f88c55284d721c9999640 (patch) | |
tree | 459e84ffb9d594b6082ba9eb82351b390b7fa6e2 /src/H5win32defs.h | |
parent | 03fb540c72fe49ca6240056c46e3b62d849204f4 (diff) | |
download | hdf5-3c18cf7831facc924f0f88c55284d721c9999640.zip hdf5-3c18cf7831facc924f0f88c55284d721c9999640.tar.gz hdf5-3c18cf7831facc924f0f88c55284d721c9999640.tar.bz2 |
Normalization of H5_nanosleep() with VFD SWMR branch (#746)
* Normalization of H5_nanosleep() with VFD SWMR branch
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5win32defs.h')
-rw-r--r-- | src/H5win32defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h index 3718121..26bca67 100644 --- a/src/H5win32defs.h +++ b/src/H5win32defs.h @@ -45,7 +45,6 @@ typedef __int64 h5_stat_size_t; #define HDlseek(F, O, W) _lseeki64(F, O, W) #define HDlstat(S, B) _lstati64(S, B) #define HDmkdir(S, M) _mkdir(S) -#define HDnanosleep(N, O) Wnanosleep(N, O) #define HDoff_t __int64 /* Note that the variadic HDopen macro is using a VC++ extension |