summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-11-15 21:14:04 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-11-15 21:14:04 (GMT)
commite2f0e6a1765f19a66e5d3c483c908d29986936b2 (patch)
tree0ebbb8fbd09512a048db00a73f8904ee1015b4d6
parent0efd9ceadfe08f8d706c4f7c41bc60c4f11b35eb (diff)
downloadhdf5-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:
-rwxr-xr-xwindows/src/H5pubconf.h2
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__