Skip to content

Commit

Permalink
COMP: Macro redefinition on windows
Browse files Browse the repository at this point in the history
Include older stdint.h in order to suppress redefinition of
macros that are defined on Windows in stdint.h.
  • Loading branch information
hjmjohnson committed Jan 6, 2022
1 parent 3780d66 commit 7aa5646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/H5LTanalyze.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* ITK --start */
#include "itk_hdf5_mangle.h"
#include <stdint.h>
/* ITK --stop */

#if defined (__GNUC__)
#if ((__GNUC__ * 100) + __GNUC_MINOR__) >= 402
Expand Down

0 comments on commit 7aa5646

Please sign in to comment.