diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-11-03 14:39:02 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-11-03 14:39:02 (GMT) |
commit | d2980de247abb12e0e75a0ce71dd2a95048d1a19 (patch) | |
tree | 760e3eb6e1162f352075463aaff58afeefbb7ec2 /src/Makefile.in | |
parent | 019c82760e8f43492dbc98058d9e38884abfd343 (diff) | |
download | hdf5-d2980de247abb12e0e75a0ce71dd2a95048d1a19.zip hdf5-d2980de247abb12e0e75a0ce71dd2a95048d1a19.tar.gz hdf5-d2980de247abb12e0e75a0ce71dd2a95048d1a19.tar.bz2 |
[svn-r16019] Purpose: Fix Windows definition of H5ftruncate for VS.NET
Description:
On Windows/Visual Studio, there is no function ftruncate. As a result, we have redefined the H5ftruncate macro to use _chsize_s. However, this function also doesn't exist on Visual Studio prior to 2005. Previously we had an #ifdef to support VS 6.0 with the lesser chsize function. This checkin changes the #ifdef to also include VS.NET, since we still support it for HDF5 1.8 branch.
Tested:
VS.NET on WinXP
Diffstat (limited to 'src/Makefile.in')
0 files changed, 0 insertions, 0 deletions