Skip to content

Commit

Permalink
Fix incorrectly cased HDF5 include.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Apr 4, 2024
1 parent de4a89d commit 5addbe4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/HDF5/H5FDmulti.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/*lint --emacro( {534, 830}, H5FD_MULTI) */
/*lint -esym( 534, H5Eclear2, H5Epush2) */

#include "hdf5.h"
#include "HDF5.h"


#ifndef FALSE
Expand Down
2 changes: 1 addition & 1 deletion Sources/HDF5/H5FDstdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <string.h>
#include <sys/stat.h>

#include "hdf5.h"
#include "HDF5.h"

#ifdef H5_HAVE_FLOCK
/* Needed for lock type definitions (e.g., LOCK_EX) */
Expand Down
2 changes: 1 addition & 1 deletion Sources/HDF5/include/H5PLextern.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define _H5PLextern_H

/* Include HDF5 header */
#include "hdf5.h"
#include "HDF5.h"

/* plugins always export */
#if defined (_MSC_VER) /* MSVC Compiler Case */
Expand Down
2 changes: 1 addition & 1 deletion Sources/HDF5/include/H5pubconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
/* Define if the library will ignore file locks when disabled */
#define H5_IGNORE_DISABLED_FILE_LOCKS 1

/* Define if the high-level library headers should be included in hdf5.h */
/* Define if the high-level library headers should be included in HDF5.h */
#define H5_INCLUDE_HL 1

/* Define if your system can convert long double to (unsigned) long long
Expand Down

0 comments on commit 5addbe4

Please sign in to comment.