mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r17032] Added H5_DLL tag to gettimeofday signature for Windows
Tested: XP32
This commit is contained in:
parent
22243fd75d
commit
6d01e9cde1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user