This commit is contained in:
2008-02-18 14:00:16 +00:00
parent 056ad4e54f
commit d658271487
2 changed files with 0 additions and 19 deletions
-1
View File
@@ -32,7 +32,6 @@ src/H5Fed_storeretrieve.c -text
src/H5Part.c -text
src/H5Part.h -text
src/H5PartPrivate.h -text
src/H5PartTypes.h -text
src/Makefile.am -text
src/bindings/C++/H5Fed.cc -text
src/bindings/C++/H5Fed.hh -text
-18
View File
@@ -1,18 +0,0 @@
/*
System dependend definitions
*/
#ifndef _H5PARTTYPES_H_
#define _H5PARTTYPES_H_
#include "h5/h5_types.h"
typedef struct h5_file H5PartFile;
#ifdef IPL_XT3
# define SEEK_END 2
#endif
#endif