mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r10696] Purpose:
Update header files for windows Description: Solution: Platforms tested: Misc. update:
This commit is contained in:
parent
14af6936b0
commit
6415a6daf6
@ -1,5 +1,5 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* Copyright by the Board of Trustees of the University of Illinois. *
|
||||
* Copyright by the Board of Trustees of the University of Illinois. *
|
||||
* All rights reserved. *
|
||||
* *
|
||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||
@ -13,21 +13,21 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
|
||||
#ifndef _H5f90i_gen_H
|
||||
#define _H5f90i_gen_H
|
||||
|
||||
/* This file is automatically generated by H5match_types.c at build time. */
|
||||
|
||||
#define c_int_1 char
|
||||
#define c_int_2 short
|
||||
#define c_int_4 long
|
||||
#define c_int_8 long_long
|
||||
|
||||
#if defined _WINDOWS || defined WIN32
|
||||
|
||||
typedef char *_fcd;
|
||||
typedef int haddr_t_f;
|
||||
typedef int hsize_t_f;
|
||||
typedef int hssize_t_f;
|
||||
typedef int size_t_f;
|
||||
typedef int int_f;
|
||||
typedef int hid_t_f;
|
||||
typedef float real_f;
|
||||
|
||||
#define _fcdtocp(desc) (desc)
|
||||
|
||||
#endif /*WINDOWS */
|
||||
typedef c_int_8 haddr_t_f;
|
||||
typedef c_int_8 hsize_t_f;
|
||||
typedef c_int_8 hssize_t_f;
|
||||
typedef c_int_4 size_t_f;
|
||||
typedef c_int_4 int_f;
|
||||
typedef c_int_4 hid_t_f;
|
||||
|
||||
#endif /* _H5f90i_gen_H */
|
||||
|
Loading…
Reference in New Issue
Block a user