diff options
author | Xuan Bai <xuanbai@hdfgroup.org> | 2004-08-18 22:00:55 (GMT) |
---|---|---|
committer | Xuan Bai <xuanbai@hdfgroup.org> | 2004-08-18 22:00:55 (GMT) |
commit | ee21dce85ce38fe7f718322b59288aabd3906e76 (patch) | |
tree | 5a8857f77d22032791763ce3d183531d91c51caf /test/gen_new_super.c | |
parent | 3abcdf8e9c0bc816da90aff466e7b8ee511145ce (diff) | |
download | hdf5-ee21dce85ce38fe7f718322b59288aabd3906e76.zip hdf5-ee21dce85ce38fe7f718322b59288aabd3906e76.tar.gz hdf5-ee21dce85ce38fe7f718322b59288aabd3906e76.tar.bz2 |
[svn-r9110] Purpose:
Update.
Description:
Make some minor change so that h5jam.c is compatible with Windows.
Solution:
1. unistd.h is not available in windows system. Add a macro for this header file as:
#ifdef H5_HAVE_UNISTD_H
#include <unistd.h>
#endif
2. Change open, read, write, lseek functions to HDopen, HDread, HDwrite, and HDlseek,
as these HD functions are more comtatible with Windows system.
3. add #include H5private.h
4. remove #include <stdlib.h>
Platforms tested:
Windows 2000
Windows XP
eirene
(Note: I talked with Bob and Kent about these changes before check-in)
Misc. update:
Diffstat (limited to 'test/gen_new_super.c')
0 files changed, 0 insertions, 0 deletions