[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

@@ -33,8 +33,6 @@ const H5Z_class2_t H5Z_DYNLIB1[1] = {{
}};
const H5PL_type_t H5PL_get_plugin_type(void) {return H5PL_TYPE_FILTER;}
const int H5PL_get_plugin_version(void) {return (int)FILTER_DYNLIB1_VERS;}
const char* H5PL_get_plugin_name(void) {return "dynlib1";}
const H5Z_class2_t* H5PL_get_plugin_info(void) {return H5Z_DYNLIB1;}
/*-------------------------------------------------------------------------