summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index a93a524..f42c5f7 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -416,13 +416,11 @@ H5FD_log_open(const char *name, unsigned flags, hid_t fapl_id,
H5FD_log_t *file=NULL;
H5FD_log_fapl_t *fa; /* File access property list information */
#ifdef WIN32
- HFILE filehandle;
- struct _BY_HANDLE_FILE_INFORMATION fileinfo;
- int results;
- struct _stati64 sb;
-#else
- struct stat sb;
+ HFILE filehandle;
+ struct _BY_HANDLE_FILE_INFORMATION fileinfo;
+ int results;
#endif
+ h5_stat_t sb;
FUNC_ENTER(H5FD_log_open, NULL);