summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-02 23:19:31 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-02 23:19:31 (GMT)
commitc7518ef2995ed060761c375223e797ea2f8c24bf (patch)
treef4e0fd29fe84c71fe782e2e293d508e8a1e6faf0 /src/H5win32defs.h
parentae24b82f778579795395510aee52293f41b95aad (diff)
downloadhdf5-c7518ef2995ed060761c375223e797ea2f8c24bf.zip
hdf5-c7518ef2995ed060761c375223e797ea2f8c24bf.tar.gz
hdf5-c7518ef2995ed060761c375223e797ea2f8c24bf.tar.bz2
Fixes a missing declaration for H5_get_win32_times()
Diffstat (limited to 'src/H5win32defs.h')
-rw-r--r--src/H5win32defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h
index 71162eb..8a73182 100644
--- a/src/H5win32defs.h
+++ b/src/H5win32defs.h
@@ -174,6 +174,7 @@ extern "C" {
H5_DLL const wchar_t *H5_get_utf16_str(const char *s);
H5_DLL int Wopen_utf8(const char *path, int oflag, ...);
H5_DLL int Wremove_utf8(const char *path);
+ H5_DLL int H5_get_win32_times(H5_timevals_t* tvs);
/* Round functions only needed for VS2012 and earlier.
* They are always built to ensure they don't go stale and