diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-15 21:14:04 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-15 21:14:04 (GMT) |
commit | e2f0e6a1765f19a66e5d3c483c908d29986936b2 (patch) | |
tree | 0ebbb8fbd09512a048db00a73f8904ee1015b4d6 /windows | |
parent | 0efd9ceadfe08f8d706c4f7c41bc60c4f11b35eb (diff) | |
download | hdf5-e2f0e6a1765f19a66e5d3c483c908d29986936b2.zip hdf5-e2f0e6a1765f19a66e5d3c483c908d29986936b2.tar.gz hdf5-e2f0e6a1765f19a66e5d3c483c908d29986936b2.tar.bz2 |
[svn-r11727] Purpose:
Maintenance on Windows
Description:
Comment out H5_HAVE_ATTRIBUTE on windows
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/src/H5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 2278ed9..bbef4a3 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -51,7 +51,7 @@ in the file file_io.win32.c and including it on the projects #define H5_STDC_HEADERS 1 -#define H5_HAVE_ATTRIBUTE 1 +/* #define H5_HAVE_ATTRIBUTE 1 */ #undef H5_HAVE_ATTRIBUTE #define H5_HAVE_LARGE_HSIZET 1 #ifdef __MWERKS__ |