summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-06-11 19:09:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-06-11 19:09:42 (GMT)
commit6d01e9cde1b447c589f9585a98a0e76636bf74ea (patch)
treeb4eee78ac6db97dc4aebde4b67515aa6bae9bc77 /src/H5win32defs.h
parent22243fd75d15d40ab491e7f8ac74ad2bb8a77486 (diff)
downloadhdf5-6d01e9cde1b447c589f9585a98a0e76636bf74ea.zip
hdf5-6d01e9cde1b447c589f9585a98a0e76636bf74ea.tar.gz
hdf5-6d01e9cde1b447c589f9585a98a0e76636bf74ea.tar.bz2
[svn-r17032] Added H5_DLL tag to gettimeofday signature for Windows
Tested: XP32
Diffstat (limited to 'src/H5win32defs.h')
-rw-r--r--src/H5win32defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h
index 93695fb..89b41a0 100644
--- a/src/H5win32defs.h
+++ b/src/H5win32defs.h
@@ -47,7 +47,7 @@ typedef __int64 h5_stat_size_t;
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
- int HDgettimeofday(struct timeval *tv, void *tz);
+ H5_DLL int HDgettimeofday(struct timeval *tv, void *tz);
#ifdef __cplusplus
}
#endif /* __cplusplus */