src/H5Part/Types:
- tydef of int64_t added for Windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user