summaryrefslogtreecommitdiffstats
path: root/windows/fortran
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-04-29 17:22:42 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-04-29 17:22:42 (GMT)
commit6415a6daf699c9ca0e6bed5dcedb445a8dc4e8c0 (patch)
tree419b9a5726aa42df537e41801720ac57e8c2d4d8 /windows/fortran
parent14af6936b0725aea13a4a1db75c2d1d9116678ac (diff)
downloadhdf5-6415a6daf699c9ca0e6bed5dcedb445a8dc4e8c0.zip
hdf5-6415a6daf699c9ca0e6bed5dcedb445a8dc4e8c0.tar.gz
hdf5-6415a6daf699c9ca0e6bed5dcedb445a8dc4e8c0.tar.bz2
[svn-r10696] Purpose:
Update header files for windows Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'windows/fortran')
-rwxr-xr-xwindows/fortran/src/H5f90i_gen.h30
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 */