diff options
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/fortran/src/H5f90i_gen.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/windows/fortran/src/H5f90i_gen.h b/windows/fortran/src/H5f90i_gen.h index 8de6e32..08a0457 100755 --- a/windows/fortran/src/H5f90i_gen.h +++ b/windows/fortran/src/H5f90i_gen.h @@ -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 */ |