- H5_VER_STRING defined from PACKAGE_VERSION as const char*
This commit is contained in:
2015-10-16 18:13:18 +02:00
parent 49460b62c3
commit 87fcc4930b
2 changed files with 14 additions and 4 deletions
+2 -3
View File
@@ -51,9 +51,8 @@ extern "C" {
#define H5_STRING_T H5T_NATIVE_CHAR
#define H5_COMPOUND_T H5T_COMPOUND
#define H5_VER_STRING "2.0.0"
extern const char * const H5_O_MODES[];
extern const char* H5_VER_STRING;
extern const char* const H5_O_MODES[];
#ifdef WIN32
typedef __int64 int64_t;