diff options
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r-- | src/H5FDstdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c index db9cde2..20fa31f 100644 --- a/src/H5FDstdio.c +++ b/src/H5FDstdio.c @@ -119,7 +119,7 @@ typedef struct H5FD_stdio_t { # define file_fseek _fseeki64 # define file_offset_t __int64 # define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ - # define file_ftell __ftelli64 + # define file_ftell _ftelli64 #else # define file_fseek fseek # define file_offset_t long |