From 6d01e9cde1b447c589f9585a98a0e76636bf74ea Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 11 Jun 2009 14:09:42 -0500 Subject: [svn-r17032] Added H5_DLL tag to gettimeofday signature for Windows Tested: XP32 --- src/H5win32defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12