src/H5PartTypes.h
- "typdef" typo fixed in WIN32 section
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
#define _H5PARTTYPES_H_
|
||||
|
||||
#ifdef WIN32
|
||||
typdef __int64 int64_t;
|
||||
typedef __int64 int64_t;
|
||||
#endif /* WIN32 */
|
||||
|
||||
typedef int64_t h5part_int64_t;
|
||||
|
||||
Reference in New Issue
Block a user