mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
[svn-r1291]
added a typedef for windows. uint is UINT on windows.
This commit is contained in:
parent
e1c88c9c18
commit
5992a71fe0
@ -378,6 +378,9 @@ typedef struct H5F_low_class_t {
|
||||
* whether that storage is file, local memory, shared memory, network
|
||||
* distributed global memory, etc.
|
||||
*/
|
||||
#if defined WIN32
|
||||
typedef UINT uint;
|
||||
#endif
|
||||
typedef struct H5F_low_t {
|
||||
const H5F_low_class_t *type;/* What type of file is this? */
|
||||
haddr_t eof; /* Address of logical end-of-file */
|
||||
|
Loading…
Reference in New Issue
Block a user