summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2013-10-31 06:28:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2013-10-31 06:28:12 (GMT)
commit821090788e60f8324e2a45de1cf9c2d9ae406ee7 (patch)
tree85e7e7f822cf717234c26f55470ac117569bc393 /src/H5win32defs.h
parentd6b116be67151d94428c588db29489b64187398f (diff)
downloadhdf5-821090788e60f8324e2a45de1cf9c2d9ae406ee7.zip
hdf5-821090788e60f8324e2a45de1cf9c2d9ae406ee7.tar.gz
hdf5-821090788e60f8324e2a45de1cf9c2d9ae406ee7.tar.bz2
[svn-r24379] Merged r24333 from trunk.
Added volatile keyword to find_bias() function in H5detect. Fixes HDFFV-8547. Change to H5win32defs.h fixes a minor typo. Tested on 64-bit Visual Studio 2010 / 64-bit Windows 7 (Visual Studio warning)
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 d452925..185e9b4 100644
--- a/src/H5win32defs.h
+++ b/src/H5win32defs.h
@@ -74,7 +74,7 @@ struct timezone {
extern "C" {
#endif /* __cplusplus */
H5_DLL int Wgettimeofday(struct timeval *tv, struct timezone *tz);
- H5_DLL char* Wgetlogin();
+ H5_DLL char* Wgetlogin(void);
H5_DLL int c99_snprintf(char* str, size_t size, const char* format, ...);
H5_DLL int c99_vsnprintf(char* str, size_t size, const char* format, va_list ap);
#ifdef __cplusplus