summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-03 00:38:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-03 00:38:17 (GMT)
commitdea61b33b3904ae8db5ab3b2075a00822ae02c10 (patch)
tree9dbfd1075d48c5731308cd28070f0f61eb42a335 /src/H5win32defs.h
parent99237a729181c4143c91cf333575f27befd9cff3 (diff)
downloadhdf5-dea61b33b3904ae8db5ab3b2075a00822ae02c10.zip
hdf5-dea61b33b3904ae8db5ab3b2075a00822ae02c10.tar.gz
hdf5-dea61b33b3904ae8db5ab3b2075a00822ae02c10.tar.bz2
Removed Wnanosleep stub and adds Win32 code to H5_nanosleep()
Diffstat (limited to 'src/H5win32defs.h')
-rw-r--r--src/H5win32defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h
index 8a73182..ab3acb9 100644
--- a/src/H5win32defs.h
+++ b/src/H5win32defs.h
@@ -86,7 +86,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
@@ -169,7 +168,6 @@ extern "C" {
H5_DLL char* Wgetlogin(void);
H5_DLL int c99_snprintf(char* str, size_t size, const char* format, ...);
H5_DLL int c99_vsnprintf(char* str, size_t size, const char* format, va_list ap);
- H5_DLL int Wnanosleep(const struct timespec *req, struct timespec *rem);
H5_DLL herr_t H5_expand_windows_env_vars(char **env_var);
H5_DLL const wchar_t *H5_get_utf16_str(const char *s);
H5_DLL int Wopen_utf8(const char *path, int oflag, ...);