summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-06-18 20:03:30 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-06-18 20:03:30 (GMT)
commitd9a56fa9ad4a8fc82eaf7ee91863488adb5a3146 (patch)
tree27e31ca5c3273683f5d420d394f1753b65182720 /tools/lib/h5tools.h
parent5e7acfed72dab3bb0a653067b99b18368bdba3f3 (diff)
downloadhdf5-d9a56fa9ad4a8fc82eaf7ee91863488adb5a3146.zip
hdf5-d9a56fa9ad4a8fc82eaf7ee91863488adb5a3146.tar.gz
hdf5-d9a56fa9ad4a8fc82eaf7ee91863488adb5a3146.tar.bz2
[svn-r13874]
Changed macro names, conflict with new compiler -- changed DATASET to H5_TOOLS_DATASET -- changed DATATYPE to H5_TOOLS _DATATYPE -- changed GROUP to H5_TOOLS_GROUP In mingw's version of winsock2.h they define: typedef unsigned int GROUP; remove STORAGELAYOUT macro, it was not used tested: linux
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index a0f54736..6313992 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -380,9 +380,9 @@ extern int bin_form; /* binary form */
/* Strings for output */
-#define GROUP "GROUP"
-#define DATASET "DATASET"
-#define DATATYPE "DATATYPE"
+#define H5_TOOLS_GROUP "GROUP"
+#define H5_TOOLS_DATASET "DATASET"
+#define H5_TOOLS_DATATYPE "DATATYPE"
/* Definitions of useful routines */
extern void h5tools_init(void);