[svn-r23359] I added some macros and refactoring the code to prepare for Windows support.

Tested on koala.
This commit is contained in:
Raymond Lu
2013-03-15 16:25:30 -05:00
parent 7f44286aa5
commit f6f202dc71
10 changed files with 198 additions and 97 deletions

View File

@@ -26,8 +26,6 @@
#define FILTER_DYNLIB1_VERS 1
const H5PL_type_t H5PL_get_plugin_type(void);
const int H5PL_get_plugin_version(void);
const char* H5PL_get_plugin_name(void);
const H5Z_class2_t* H5PL_get_plugin_info(void);
/* Local prototypes for filter functions */