[svn-r17032] Added H5_DLL tag to gettimeofday signature for Windows

Tested:  XP32
This commit is contained in:
Allen Byrne 2009-06-11 14:09:42 -05:00
parent 22243fd75d
commit 6d01e9cde1

View File

@ -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 */