src/H5Part/Types:

- tydef of int64_t added for Windows
This commit is contained in:
2007-05-10 19:08:32 +00:00
parent 3bafbc6029
commit d1b594a788
+3
View File
@@ -5,6 +5,9 @@
#ifndef _H5PARTTYPES_H_
#define _H5PARTTYPES_H_
#ifdef WIN32
typdef __int64 int64_t;
#endif /* WIN32 */
typedef int64_t h5part_int64_t;
typedef double h5part_float64_t;