From 6415a6daf699c9ca0e6bed5dcedb445a8dc4e8c0 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Fri, 29 Apr 2005 12:22:42 -0500 Subject: [svn-r10696] Purpose: Update header files for windows Description: Solution: Platforms tested: Misc. update: --- windows/fortran/src/H5f90i_gen.h | 30 +++++++++++++++--------------- 1 file 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 */ -- cgit v0.12