diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-15 21:25:30 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-15 21:25:30 (GMT) |
commit | f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a (patch) | |
tree | 612841344942f5f35baef5964c9405be6b7e94aa /src/H5Epubgen.h | |
parent | 7f44286aa57f7b67c47608022c1a48dfd71c98ad (diff) | |
download | hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.zip hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.tar.gz hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.tar.bz2 |
[svn-r23359] I added some macros and refactoring the code to prepare for Windows support.
Tested on koala.
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r-- | src/H5Epubgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h index 3df7d7e..e79106f 100644 --- a/src/H5Epubgen.h +++ b/src/H5Epubgen.h @@ -224,6 +224,8 @@ H5_DLLVAR hid_t H5E_PATH_g; /* Problem with path to object */ H5_DLLVAR hid_t H5E_NONE_MINOR_g; /* No error */ /* Plugin errors */ +#define H5E_OPENERROR (H5OPEN H5E_OPENERROR_g) +H5_DLLVAR hid_t H5E_OPENERROR_g; /* Can't open directory or file */ /* File accessibilty errors */ #define H5E_FILEEXISTS (H5OPEN H5E_FILEEXISTS_g) |