diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-15 22:55:29 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-15 22:55:29 (GMT) |
commit | 3bf0e04aa3d7022973dc2813e830dd57ce80ec1d (patch) | |
tree | ae9b1dab901ff4782a447546796f81fafdb8a3c8 /windows/src | |
parent | 94d21eed9f17e5229542ad6653b9ff4c81724de7 (diff) | |
download | hdf5-3bf0e04aa3d7022973dc2813e830dd57ce80ec1d.zip hdf5-3bf0e04aa3d7022973dc2813e830dd57ce80ec1d.tar.gz hdf5-3bf0e04aa3d7022973dc2813e830dd57ce80ec1d.tar.bz2 |
[svn-r11250] Purpose:
Maintenance on Windows
Description:
Add #define H5_HAVE_TMPFILE
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5pubconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index cf1bb85..e456882 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -116,3 +116,4 @@ in the file file_io.win32.c and including it on the projects #define H5_FC_FUNC_(name, NAME) NAME #define FC_FUNC_(name, NAME) NAME +#define H5_HAVE_TMPFILE 1 |