mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r880] Made some changes for 64 bit file IDs
This commit is contained in:
parent
ccf09fae58
commit
a193cb7a1d
@ -157,8 +157,8 @@ typedef struct {
|
||||
//======================================================================*/
|
||||
typedef struct fileRec {
|
||||
struct fileRec *ptr;
|
||||
int hdfID;
|
||||
int PabloID;
|
||||
long hdfID;
|
||||
long PabloID;
|
||||
char *fileName;
|
||||
} fileRec_t;
|
||||
/*=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user