src/H5PartTypes.h

- "typdef" typo fixed in WIN32 section
This commit is contained in:
2007-05-11 16:05:59 +00:00
parent 70bc6af59f
commit ae9fd98dac
+1 -1
View File
@@ -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;