[svn-r11727] Purpose:

Maintenance on Windows
Description:
Comment out H5_HAVE_ATTRIBUTE on windows
Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Fang Guo 2005-11-15 16:14:04 -05:00
parent 0efd9ceadf
commit e2f0e6a176

View File

@ -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__