diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-29 15:27:15 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-29 15:27:15 (GMT) |
commit | 098ed81ec88483581d08974f27a62bf42a836fc3 (patch) | |
tree | 6635d919289a5313946911b32bc1d30e9ce1cf6f /src/H5Ppublic.h | |
parent | 79c65cc4c0c9195ece5ed4f314e789e8e50f9f7a (diff) | |
download | hdf5-098ed81ec88483581d08974f27a62bf42a836fc3.zip hdf5-098ed81ec88483581d08974f27a62bf42a836fc3.tar.gz hdf5-098ed81ec88483581d08974f27a62bf42a836fc3.tar.bz2 |
[svn-r4083]
code warrior support
and some clean up
the macros file_seek and file_offset_t that were repeated over sevral files were put only in
H5private.h
H5private .h was updated for win32
vthe
Description:
Solution:
Platforms tested:
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index ebaeb31..1fa1bf1 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -20,6 +20,7 @@ /* Default Template for creation, access, etc. templates */ #define H5P_DEFAULT 0 +#include <H5private.h> /* Public headers needed by this file */ #include "H5public.h" #include "H5Ipublic.h" @@ -28,7 +29,6 @@ #include "H5MMpublic.h" #include "H5Zpublic.h" -/*pvn*/ /* Property list classes */ typedef enum H5P_class_t { |